Unread notification count on bar (#2153)

This commit is contained in:
end-4
2025-10-12 10:24:17 +02:00
committed by GitHub
5 changed files with 62 additions and 5 deletions
@@ -212,6 +212,11 @@ Singleton {
property bool useUSCS: false // Instead of metric (SI) units
property int fetchInterval: 10 // minutes
}
property JsonObject indicators: JsonObject {
property JsonObject notifications: JsonObject {
property bool showUnreadCount: false
}
}
}
property JsonObject battery: JsonObject {