Revert "Merge pull request #471 from dwuggh/auto-hide-bar"

This reverts commit 0e18194094, reversing
changes made to 8ff7086321.
This commit is contained in:
ItsLemmy
2025-10-14 20:39:05 -04:00
parent 0e18194094
commit 7a4fa03eb2
10 changed files with 0 additions and 294 deletions
-8
View File
@@ -102,14 +102,6 @@ ColumnLayout {
onToggled: checked => Settings.data.bar.floating = checked
}
NToggle {
Layout.fillWidth: true
label: I18n.tr("settings.bar.appearance.auto-hide.label")
description: I18n.tr("settings.bar.appearance.auto-hide.description")
checked: Settings.data.bar.autoHide
onToggled: checked => Settings.data.bar.autoHide = checked
}
// Floating bar options - only show when floating is enabled
ColumnLayout {
visible: Settings.data.bar.floating