formatter

This commit is contained in:
Zacharias-Brohn
2026-02-24 23:20:11 +01:00
parent 40cd984b6d
commit d56a0260fb
202 changed files with 15037 additions and 15352 deletions
+7 -6
View File
@@ -4,12 +4,13 @@ import Quickshell
import Quickshell.Io
Singleton {
id: root
id: root
property alias hasNotifications: adapter.hasNotifications
property alias hasNotifications: adapter.hasNotifications
JsonObject {
id: adapter
property bool hasNotifications: false
}
JsonObject {
id: adapter
property bool hasNotifications: false
}
}