Renamed all services to xxxService. Moved a couple things in Commons
This commit is contained in:
parent
7e334ae768
commit
83ff5f5589
86 changed files with 275 additions and 211 deletions
10
Services/PanelService.qml
Normal file
10
Services/PanelService.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import qs.Modules.Settings
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property var openedPanel: null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue