diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-09 21:57:44 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-09 21:57:44 +1000 |
| commit | c3e8127422c7439d9ddb07e3634c892abb7b53f4 (patch) | |
| tree | 75df572c5ca70e7e52168f14bf515130b2dcf817 /modules/bar/Bar.qml | |
| parent | notifs: add indicators for offscreen notifs (diff) | |
| download | caelestia-shell-c3e8127422c7439d9ddb07e3634c892abb7b53f4.tar.gz caelestia-shell-c3e8127422c7439d9ddb07e3634c892abb7b53f4.tar.bz2 caelestia-shell-c3e8127422c7439d9ddb07e3634c892abb7b53f4.zip | |
internal: pass around visibilities
Instead of singleton
Also for panels
Diffstat (limited to 'modules/bar/Bar.qml')
| -rw-r--r-- | modules/bar/Bar.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 9f5509b..5a8f598 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -11,6 +11,7 @@ Item { id: root required property ShellScreen screen + required property PersistentProperties visibilities required property BarPopouts.Wrapper popouts function checkPopout(y: real): void { @@ -169,6 +170,8 @@ Item { anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom anchors.bottomMargin: Appearance.padding.large + + visibilities: root.visibilities } } } |