From 4661f546a5b6a33d00bf6f83912812f915e32da5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 20:38:42 +0800 Subject: bar: fix storing only one --- modules/bar/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar') diff --git a/modules/bar/Content.qml b/modules/bar/Content.qml index adfd35b..4149521 100644 --- a/modules/bar/Content.qml +++ b/modules/bar/Content.qml @@ -19,7 +19,7 @@ StyledRect { color: BorderConfig.colour - Component.onCompleted: Visibilities.bar = this + Component.onCompleted: Visibilities.bars[screen] = this Item { id: child -- cgit v1.2.3-freya