mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Revert "Merge pull request #471 from dwuggh/auto-hide-bar"
This reverts commit0e18194094, reversing changes made to8ff7086321.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user