From 6e6db08726e3bc274594de6835a01fc10002def9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 17 May 2025 00:44:00 +0800 Subject: feat: dashboard --- modules/drawers/Drawers.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/drawers/Drawers.qml') diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml index 51374e9..91c6fc8 100644 --- a/modules/drawers/Drawers.qml +++ b/modules/drawers/Drawers.qml @@ -89,10 +89,11 @@ Variants { PersistentProperties { id: visibilities - property bool launcher property bool osd property bool notifications: Notifs.popups.length > 0 property bool session + property bool launcher + property bool dashboard Component.onCompleted: Visibilities.screens[scope.modelData] = this } -- cgit v1.2.3-freya