Remove unneeded IDs from actions
This commit is contained in:
@@ -87,7 +87,6 @@ RowLayout {
|
|||||||
|
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: switchUserButton
|
|
||||||
text: i18n("Switch User")
|
text: i18n("Switch User")
|
||||||
icon.name: "system-switch-user"
|
icon.name: "system-switch-user"
|
||||||
shortcut: "Ctrl+U"
|
shortcut: "Ctrl+U"
|
||||||
@@ -96,8 +95,6 @@ RowLayout {
|
|||||||
}).open();
|
}).open();
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: openSettingsAction
|
|
||||||
|
|
||||||
text: i18n("Open Settings")
|
text: i18n("Open Settings")
|
||||||
icon.name: "settings-configure-symbolic"
|
icon.name: "settings-configure-symbolic"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
|||||||
Reference in New Issue
Block a user