TaskBarGrouped: dont hide "ShowLabelsOnlyWhenOccupied" to avoid edge case when on an empty workspace.

This commit is contained in:
ItsLemmy
2025-11-22 11:16:48 -05:00
parent c3066e1dd5
commit 04fd3b96b2
@@ -67,7 +67,6 @@ ColumnLayout {
description: I18n.tr("bar.widget-settings.taskbar-grouped.show-labels-only-when-occupied.description")
checked: root.valueShowLabelsOnlyWhenOccupied
onToggled: checked => root.valueShowLabelsOnlyWhenOccupied = checked
visible: !root.valueHideUnoccupied
}
NToggle {