Add action name required propereties for the room settings.
This commit is contained in:
@@ -12,6 +12,7 @@ Kirigami.CategorizedSettings {
|
|||||||
objectName: "settingsPage"
|
objectName: "settingsPage"
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
|
actionName: "general"
|
||||||
text: i18n("General")
|
text: i18n("General")
|
||||||
icon.name: "settings-configure"
|
icon.name: "settings-configure"
|
||||||
page: Qt.resolvedUrl("General.qml")
|
page: Qt.resolvedUrl("General.qml")
|
||||||
@@ -22,6 +23,7 @@ Kirigami.CategorizedSettings {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
|
actionName: "security"
|
||||||
text: i18n("Security")
|
text: i18n("Security")
|
||||||
icon.name: "security-low"
|
icon.name: "security-low"
|
||||||
page: Qt.resolvedUrl("Security.qml")
|
page: Qt.resolvedUrl("Security.qml")
|
||||||
@@ -32,6 +34,7 @@ Kirigami.CategorizedSettings {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
|
actionName: "permissions"
|
||||||
text: i18n("Permissions")
|
text: i18n("Permissions")
|
||||||
icon.name: "visibility"
|
icon.name: "visibility"
|
||||||
page: Qt.resolvedUrl("Permissions.qml")
|
page: Qt.resolvedUrl("Permissions.qml")
|
||||||
@@ -42,6 +45,7 @@ Kirigami.CategorizedSettings {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
|
actionName: "notifications"
|
||||||
text: i18n("Notifications")
|
text: i18n("Notifications")
|
||||||
icon.name: "notifications"
|
icon.name: "notifications"
|
||||||
page: Qt.resolvedUrl("PushNotification.qml")
|
page: Qt.resolvedUrl("PushNotification.qml")
|
||||||
|
|||||||
Reference in New Issue
Block a user