summaryrefslogtreecommitdiff
path: root/modules/controlcenter/launcher
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-15 00:38:04 -0500
committerATMDA <atdma2600@gmail.com>2025-11-15 00:38:04 -0500
commitf204e860ed582b05965936bf470cdfc9649d2b3a (patch)
tree0d6f9f7e73d02ce2705fba43053bacd87cdc5aaa /modules/controlcenter/launcher
parentcontrolcenter: selectables now match bluetooth pane (diff)
downloadcaelestia-shell-f204e860ed582b05965936bf470cdfc9649d2b3a.tar.gz
caelestia-shell-f204e860ed582b05965936bf470cdfc9649d2b3a.tar.bz2
caelestia-shell-f204e860ed582b05965936bf470cdfc9649d2b3a.zip
controlcenter: launcher pane only shows hide when app selected
Diffstat (limited to 'modules/controlcenter/launcher')
-rw-r--r--modules/controlcenter/launcher/LauncherPane.qml1
1 files changed, 1 insertions, 0 deletions
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