Skip to content

Commit

Permalink
MainScreen: Update WallClock every second for watchfaces that require…
Browse files Browse the repository at this point in the history
… this precision
  • Loading branch information
FlorentRevest committed May 14, 2017
1 parent 180a8e5 commit 906c3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/MainScreen.qml
Expand Up @@ -62,7 +62,7 @@ Item {
WallClock {
id: wallClock
enabled: true
updateFrequency: WallClock.Minute
updateFrequency: WallClock.Second
}

Connections {
Expand Down

0 comments on commit 906c3e5

Please sign in to comment.