controlcenter: launcher pane only shows hide when app selected

This commit is contained in:
ATMDA 2025-11-15 00:38:04 -05:00
parent a40624839b
commit f204e860ed

View file

@ -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