Rename "Security.qml" to "RoomSecurity.qml"
This commit is contained in:
@@ -163,7 +163,7 @@ qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN
|
|||||||
qml/ImageEditorPage.qml
|
qml/ImageEditorPage.qml
|
||||||
qml/WelcomePage.qml
|
qml/WelcomePage.qml
|
||||||
qml/General.qml
|
qml/General.qml
|
||||||
qml/Security.qml
|
qml/RoomSecurity.qml
|
||||||
qml/PushNotification.qml
|
qml/PushNotification.qml
|
||||||
qml/Categories.qml
|
qml/Categories.qml
|
||||||
qml/Permissions.qml
|
qml/Permissions.qml
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ KirigamiSettings.CategorizedSettings {
|
|||||||
actionName: "security"
|
actionName: "security"
|
||||||
text: i18n("Security")
|
text: i18n("Security")
|
||||||
icon.name: "security-low"
|
icon.name: "security-low"
|
||||||
page: Qt.resolvedUrl("Security.qml")
|
page: Qt.resolvedUrl("RoomSecurity.qml")
|
||||||
initialProperties: {
|
initialProperties: {
|
||||||
return {
|
return {
|
||||||
room: root.room
|
room: root.room
|
||||||
|
|||||||
Reference in New Issue
Block a user