fix(settings): cleaning remnants of Settings.data.bar.floating

This commit is contained in:
Lemmy
2026-03-20 19:47:14 -04:00
parent 56f3dbec82
commit 9966d695cc
17 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -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: {