1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -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

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