Remove empty settings pages

This commit is contained in:
Tobias Fella
2023-05-05 17:42:45 +02:00
parent 0e4d87824e
commit d4c8e558e0
2 changed files with 0 additions and 16 deletions

View File

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

View File

@@ -38,12 +38,6 @@ Kirigami.CategorizedSettings {
icon.name: "preferences-desktop-emoticons"
page: Qt.resolvedUrl("Emoticons.qml")
},
Kirigami.SettingAction {
actionName: "stickers"
text: i18n("Stickers")
icon.name: "stickers"
page: Qt.resolvedUrl("Emoticons.qml")
},
Kirigami.SettingAction {
actionName: "spellChecking"
text: i18n("Spell Checking")