Room Settings - Permissions
Work to add the ability to set user power levels and modify the power levels required for certain actions. Updated 
This commit is contained in:
committed by
Tobias Fella
parent
7137a5808f
commit
29a2e4eb99
@@ -31,6 +31,16 @@ Kirigami.CategorizedSettings {
|
||||
}
|
||||
}
|
||||
},
|
||||
Kirigami.SettingAction {
|
||||
text: i18n("Permissions")
|
||||
icon.name: "visibility"
|
||||
page: Qt.resolvedUrl("Permissions.qml")
|
||||
initialProperties: {
|
||||
return {
|
||||
room: root.room
|
||||
}
|
||||
}
|
||||
},
|
||||
Kirigami.SettingAction {
|
||||
text: i18n("Notifications")
|
||||
icon.name: "notifications"
|
||||
|
||||
Reference in New Issue
Block a user