statusbar: Fix clock not updating immediately when timezones are changed

We should be polling by the second in order to always be up-to-date of
any system time changes.

Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/403
This commit is contained in:
Devin Lin 2024-10-09 19:34:58 -07:00
parent 59cbccfe52
commit 6885dc4ae9

View file

@ -59,7 +59,7 @@ Item {
id: timeSource
engine: "time"
connectedSources: ["Local"]
interval: 60 * 1000
interval: 1000
intervalAlignment: P5Support.Types.AlignToMinute
}