Inital commit checkpoint
This commit is contained in:
10
GlobalStates.qml
Normal file
10
GlobalStates.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
pragma Singleton
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
property bool mediaControlsOpen: false
|
||||
property bool osdVolumeOpen: false
|
||||
}
|
||||
Reference in New Issue
Block a user