mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
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:
parent
59cbccfe52
commit
6885dc4ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ Item {
|
|||
id: timeSource
|
||||
engine: "time"
|
||||
connectedSources: ["Local"]
|
||||
interval: 60 * 1000
|
||||
interval: 1000
|
||||
intervalAlignment: P5Support.Types.AlignToMinute
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue