diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/TaskbarGroupedSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/TaskbarGroupedSettings.qml index aa6a6a54..6bc6ba72 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/TaskbarGroupedSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/TaskbarGroupedSettings.qml @@ -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 {