Rename "Security.qml" to "RoomSecurity.qml"

This commit is contained in:
Tobias Fella
2023-10-29 18:04:16 +01:00
parent 8c435e9d6d
commit 61630cbe90
3 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN
qml/ImageEditorPage.qml
qml/WelcomePage.qml
qml/General.qml
qml/Security.qml
qml/RoomSecurity.qml
qml/PushNotification.qml
qml/Categories.qml
qml/Permissions.qml

View File

@@ -32,7 +32,7 @@ KirigamiSettings.CategorizedSettings {
actionName: "security"
text: i18n("Security")
icon.name: "security-low"
page: Qt.resolvedUrl("Security.qml")
page: Qt.resolvedUrl("RoomSecurity.qml")
initialProperties: {
return {
room: root.room