listview tests, broken

This commit is contained in:
Zacharias-Brohn
2025-11-17 11:21:07 +01:00
parent e6a06349e0
commit e1469df7ff
8 changed files with 498 additions and 151 deletions
+16
View File
@@ -0,0 +1,16 @@
pragma Singleton
import Quickshell.Io
import Quickshell
Singleton {
id: root
property alias notifPath: storage.notifPath
JsonAdapter {
id: storage
property string notifPath: Quickshell.statePath("notifications.json")
}
}