controlcenter: launcher pane only shows hide when app selected
This commit is contained in:
parent
a40624839b
commit
f204e860ed
1 changed files with 1 additions and 0 deletions
|
|
@ -434,6 +434,7 @@ RowLayout {
|
||||||
|
|
||||||
SwitchRow {
|
SwitchRow {
|
||||||
Layout.topMargin: Appearance.spacing.normal
|
Layout.topMargin: Appearance.spacing.normal
|
||||||
|
visible: root.selectedApp !== null
|
||||||
label: qsTr("Hide from launcher")
|
label: qsTr("Hide from launcher")
|
||||||
checked: root.hideFromLauncherChecked
|
checked: root.hideFromLauncherChecked
|
||||||
enabled: root.selectedApp !== null && configFile.loaded
|
enabled: root.selectedApp !== null && configFile.loaded
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue