Fix room notifications settings

Make sure that the room property is set for the Push Notification room settings page.
This commit is contained in:
James Graham
2023-05-05 17:12:33 +00:00
parent 65d919876c
commit 270a1e3a96

View File

@@ -49,6 +49,11 @@ Kirigami.CategorizedSettings {
text: i18n("Notifications")
icon.name: "notifications"
page: Qt.resolvedUrl("PushNotification.qml")
initialProperties: {
return {
room: root.room
}
}
}
]
}