mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(settings): cleaning remnants of Settings.data.bar.floating
This commit is contained in:
@@ -307,7 +307,7 @@ Variants {
|
||||
visible: DesktopWidgetRegistry.editMode && Settings.data.desktopWidgets.enabled
|
||||
|
||||
readonly property string barPos: Settings.getBarPositionForScreen(window.screen?.name)
|
||||
readonly property bool barFloating: Settings.data.bar.floating || false
|
||||
readonly property bool barFloating: Settings.data.bar.barType === "floating"
|
||||
readonly property real barHeight: Style.getBarHeightForScreen(window.screen?.name)
|
||||
|
||||
readonly property int barOffsetTop: {
|
||||
|
||||
Reference in New Issue
Block a user