bar: clock: use shorter day of week (by default)

This commit is contained in:
end-4
2025-07-09 22:32:18 +07:00
parent d572f4a113
commit 9293ffdb26
+1 -1
View File
@@ -211,7 +211,7 @@ Singleton {
property JsonObject time: JsonObject {
// https://doc.qt.io/qt-6/qtime.html#toString
property string format: "hh:mm"
property string dateFormat: "dddd, dd/MM"
property string dateFormat: "ddd, dd/MM"
}
property JsonObject windows: JsonObject {