internal: more explicit

This commit is contained in:
2 * r + 2 * t 2025-06-28 22:40:34 +10:00
parent 04efbcc781
commit 9f0c2cbda4

View file

@ -51,7 +51,7 @@ Singleton {
}
Timer {
running: root.refCount
running: root.refCount > 0
interval: 3000
repeat: true
triggeredOnStart: true