Fixes for new push notifications
parent
28a3eef27d
commit
28ab96812e
|
|
@ -98,9 +98,9 @@ QString PushNotifications::service() const
|
|||
#elif defined Q_OS_IOS
|
||||
return "FB-APNs";
|
||||
#elif defined UBPORTS
|
||||
return "ubports";
|
||||
return "UBPorts";
|
||||
#endif
|
||||
return QString();
|
||||
return "None";
|
||||
}
|
||||
|
||||
QString PushNotifications::clientId() const
|
||||
|
|
|
|||
|
|
@ -136,12 +136,12 @@ DevicePageBase {
|
|||
}
|
||||
|
||||
|
||||
GenericTypeLogView {
|
||||
ListView {
|
||||
id: logView
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
logsModel: LogsModel {
|
||||
model: LogsModel {
|
||||
id: logsModel
|
||||
thingId: root.device.id
|
||||
engine: _engine
|
||||
|
|
|
|||
Loading…
Reference in New Issue