Renamed all services to xxxService. Moved a couple things in Commons

This commit is contained in:
quadbyte 2025-08-15 21:45:58 -04:00
parent 7e334ae768
commit 83ff5f5589
86 changed files with 275 additions and 211 deletions

View file

@ -1,10 +0,0 @@
pragma Singleton
import Quickshell
import qs.Modules.Settings
Singleton {
id: root
property var openedPanel: null
}