mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
8 lines
138 B
QML
8 lines
138 B
QML
import QtQuick
|
|
import Quickshell
|
|
pragma Singleton
|
|
pragma ComponentBehavior: Bound
|
|
|
|
Singleton {
|
|
property int sidebarRightOpenCount: 0
|
|
} |