Files
z-bar-qt/Helpers/HasNotifications.qml
T
2025-11-14 23:50:38 +01:00

16 lines
238 B
QML

pragma Singleton
import Quickshell
import Quickshell.Io
Singleton {
id: root
property alias hasNotifications: adapter.hasNotifications
JsonObject {
id: adapter
property bool hasNotifications: false
}
}