Remove unneeded IDs from actions

This commit is contained in:
Nicolas Fella
2024-12-14 17:25:42 +01:00
parent 038a3bb5c8
commit 2eab366a1b

View File

@@ -87,7 +87,6 @@ RowLayout {
actions: [
Kirigami.Action {
id: switchUserButton
text: i18n("Switch User")
icon.name: "system-switch-user"
shortcut: "Ctrl+U"
@@ -96,8 +95,6 @@ RowLayout {
}).open();
},
Kirigami.Action {
id: openSettingsAction
text: i18n("Open Settings")
icon.name: "settings-configure-symbolic"
onTriggered: {