Update about neochat actionName to "aboutNeochat" and add one for about KDE

This commit is contained in:
James Graham
2023-03-15 14:56:37 +00:00
parent 0d6a83b063
commit 4289c1345f

View File

@@ -58,12 +58,13 @@ Kirigami.CategorizedSettings {
page: Qt.resolvedUrl("DevicesPage.qml")
},
Kirigami.SettingAction {
actionName: "about"
actionName: "aboutNeochat"
text: i18n("About NeoChat")
icon.name: "help-about"
page: Qt.resolvedUrl("About.qml")
},
Kirigami.SettingAction {
actionName: "aboutKDE"
text: i18n("About KDE")
icon.name: "kde"
page: Qt.resolvedUrl("AboutKDE.qml")