Fixes for new push notifications

pull/498/head
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
return "FB-APNs";
#elif defined UBPORTS
return "ubports";
return "UBPorts";
#endif
return QString();
return "None";
}
QString PushNotifications::clientId() const

View File

@ -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