mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 17:29:26 -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
|
|
} |