summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-22 18:32:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-22 18:32:15 +1000
commit789c58e90ae22e96b93f5d305f19ab27e0683b2a (patch)
tree1d0d27843306568b8e96fdc043bb70c6fd287030 /modules
parentinternal: better visibilities multimon handling (diff)
downloadcaelestia-shell-789c58e90ae22e96b93f5d305f19ab27e0683b2a.tar.gz
caelestia-shell-789c58e90ae22e96b93f5d305f19ab27e0683b2a.tar.bz2
caelestia-shell-789c58e90ae22e96b93f5d305f19ab27e0683b2a.zip
internal: oop forgot to commit this
part of previous commit fix
Diffstat (limited to 'modules')
-rw-r--r--modules/drawers/Drawers.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml
index 5f488ae..255bf72 100644
--- a/modules/drawers/Drawers.qml
+++ b/modules/drawers/Drawers.qml
@@ -114,7 +114,7 @@ Variants {
property bool dashboard
property bool utilities
- Component.onCompleted: Visibilities.screens[scope.modelData] = this
+ Component.onCompleted: Visibilities.load(scope.modelData, this)
}
Interactions {