mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 05:19:58 -05:00
9 lines
176 B
QML
9 lines
176 B
QML
import QtQuick
|
|
import Quickshell
|
|
pragma Singleton
|
|
pragma ComponentBehavior: Bound
|
|
|
|
Singleton {
|
|
property int sidebarRightOpenCount: 0
|
|
property bool overviewOpen: false
|
|
} |