Fixes for new push notifications

This commit is contained in:
Michael Zanetti 2021-01-08 20:52:43 +01:00
parent 28a3eef27d
commit 28ab96812e
2 changed files with 4 additions and 4 deletions

View File

@ -98,9 +98,9 @@ QString PushNotifications::service() const
#elif defined Q_OS_IOS #elif defined Q_OS_IOS
return "FB-APNs"; return "FB-APNs";
#elif defined UBPORTS #elif defined UBPORTS
return "ubports"; return "UBPorts";
#endif #endif
return QString(); return "None";
} }
QString PushNotifications::clientId() const QString PushNotifications::clientId() const

View File

@ -136,12 +136,12 @@ DevicePageBase {
} }
GenericTypeLogView { ListView {
id: logView id: logView
Layout.fillHeight: true Layout.fillHeight: true
Layout.fillWidth: true Layout.fillWidth: true
logsModel: LogsModel { model: LogsModel {
id: logsModel id: logsModel
thingId: root.device.id thingId: root.device.id
engine: _engine engine: _engine