diff options
Diffstat (limited to 'modules/drawers/Drawers.qml')
| -rw-r--r-- | modules/drawers/Drawers.qml | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |