diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml index 92e17eed..0a1175f9 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