Update about neochat actionName to "aboutNeochat" and add one for about KDE
This commit is contained in:
@@ -58,12 +58,13 @@ Kirigami.CategorizedSettings {
|
|||||||
page: Qt.resolvedUrl("DevicesPage.qml")
|
page: Qt.resolvedUrl("DevicesPage.qml")
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
actionName: "about"
|
actionName: "aboutNeochat"
|
||||||
text: i18n("About NeoChat")
|
text: i18n("About NeoChat")
|
||||||
icon.name: "help-about"
|
icon.name: "help-about"
|
||||||
page: Qt.resolvedUrl("About.qml")
|
page: Qt.resolvedUrl("About.qml")
|
||||||
},
|
},
|
||||||
Kirigami.SettingAction {
|
Kirigami.SettingAction {
|
||||||
|
actionName: "aboutKDE"
|
||||||
text: i18n("About KDE")
|
text: i18n("About KDE")
|
||||||
icon.name: "kde"
|
icon.name: "kde"
|
||||||
page: Qt.resolvedUrl("AboutKDE.qml")
|
page: Qt.resolvedUrl("AboutKDE.qml")
|
||||||
|
|||||||
Reference in New Issue
Block a user