Fix room notifications settings
Make sure that the room property is set for the Push Notification room settings page.
This commit is contained in:
@@ -49,6 +49,11 @@ Kirigami.CategorizedSettings {
|
|||||||
text: i18n("Notifications")
|
text: i18n("Notifications")
|
||||||
icon.name: "notifications"
|
icon.name: "notifications"
|
||||||
page: Qt.resolvedUrl("PushNotification.qml")
|
page: Qt.resolvedUrl("PushNotification.qml")
|
||||||
|
initialProperties: {
|
||||||
|
return {
|
||||||
|
room: root.room
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user