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:
@@ -96,7 +96,7 @@ Variants {
|
||||
readonly property bool isCentered: location === "top" || location === "bottom"
|
||||
|
||||
readonly property string barPos: Settings.getBarPositionForScreen(notifWindow.screen?.name)
|
||||
readonly property bool isFloating: Settings.data.bar.floating
|
||||
readonly property bool isFloating: Settings.data.bar.barType === "floating"
|
||||
readonly property real barHeight: Style.getBarHeightForScreen(notifWindow.screen?.name)
|
||||
|
||||
readonly property bool isFramed: Settings.data.bar.barType === "framed"
|
||||
|
||||
Reference in New Issue
Block a user