internal: more explicit
This commit is contained in:
parent
04efbcc781
commit
9f0c2cbda4
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Singleton {
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
running: root.refCount
|
running: root.refCount > 0
|
||||||
interval: 3000
|
interval: 3000
|
||||||
repeat: true
|
repeat: true
|
||||||
triggeredOnStart: true
|
triggeredOnStart: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue