From 2eab366a1b691c97a3cdce768660800149968c7d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 14 Dec 2024 17:25:42 +0100 Subject: [PATCH] Remove unneeded IDs from actions --- src/qml/UserInfo.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qml/UserInfo.qml b/src/qml/UserInfo.qml index 6d33ec7a2..cd4ab3f01 100644 --- a/src/qml/UserInfo.qml +++ b/src/qml/UserInfo.qml @@ -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: {