Remove empty settings pages
This commit is contained in:
@@ -49,16 +49,6 @@ Kirigami.CategorizedSettings {
|
|||||||
text: i18n("Notifications")
|
text: i18n("Notifications")
|
||||||
icon.name: "notifications"
|
icon.name: "notifications"
|
||||||
page: Qt.resolvedUrl("PushNotification.qml")
|
page: Qt.resolvedUrl("PushNotification.qml")
|
||||||
},
|
|
||||||
Kirigami.SettingAction {
|
|
||||||
text: i18n("Stickers")
|
|
||||||
icon.name: "stickers"
|
|
||||||
page: Qt.resolvedUrl("RoomStickers.qml")
|
|
||||||
initialProperties: {
|
|
||||||
return {
|
|
||||||
room: root.room
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,12 +38,6 @@ Kirigami.CategorizedSettings {
|
|||||||
icon.name: "preferences-desktop-emoticons"
|
icon.name: "preferences-desktop-emoticons"
|
||||||
page: Qt.resolvedUrl("Emoticons.qml")
|
page: Qt.resolvedUrl("Emoticons.qml")
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
|
||||||
actionName: "stickers"
|
|
||||||
text: i18n("Stickers")
|
|
||||||
icon.name: "stickers"
|
|
||||||
page: Qt.resolvedUrl("Emoticons.qml")
|
|
||||||
},
|
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
actionName: "spellChecking"
|
actionName: "spellChecking"
|
||||||
text: i18n("Spell Checking")
|
text: i18n("Spell Checking")
|
||||||
|
|||||||
Reference in New Issue
Block a user