This commit is contained in:
end-4
2025-04-10 02:06:15 +02:00
parent 179be02e0d
commit 91cef5700a
5 changed files with 119 additions and 13 deletions
@@ -7,7 +7,6 @@ pragma Singleton
// your singletons should always have Singleton as the type
Singleton {
property string time: Qt.formatDateTime(clock.date, "hh:mm")
// something like Wednesday, 09/04
property string date: Qt.formatDateTime(clock.date, "dddd, dd/MM")
SystemClock {