bar: dont show date by default

This commit is contained in:
2 * r + 2 * t 2026-03-19 22:40:25 +11:00
parent 7fbcf17899
commit 3e057c829d

View file

@ -114,7 +114,7 @@ JsonObject {
component Clock: JsonObject {
property bool background: false
property bool showDate: true
property bool showDate: false
property bool showIcon: true
}