1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

lock/greeter: seconds precision on clock

fixes #540
This commit is contained in:
bbedward
2025-10-24 08:38:41 -04:00
parent 01e02232d7
commit f733be1fd1
3 changed files with 2 additions and 24 deletions

View File

@@ -197,7 +197,7 @@ Item {
SystemClock {
id: systemClock
precision: SystemClock.Minutes
precision: SystemClock.Seconds
}
Rectangle {