From f204e860ed582b05965936bf470cdfc9649d2b3a Mon Sep 17 00:00:00 2001 From: ATMDA Date: Sat, 15 Nov 2025 00:38:04 -0500 Subject: controlcenter: launcher pane only shows hide when app selected --- modules/controlcenter/launcher/LauncherPane.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml index 92e17ee..0a1175f 100644 --- a/modules/controlcenter/launcher/LauncherPane.qml +++ b/modules/controlcenter/launcher/LauncherPane.qml @@ -434,6 +434,7 @@ RowLayout { SwitchRow { Layout.topMargin: Appearance.spacing.normal + visible: root.selectedApp !== null label: qsTr("Hide from launcher") checked: root.hideFromLauncherChecked enabled: root.selectedApp !== null && configFile.loaded -- cgit v1.2.3-freya