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 {
|
||||
running: root.refCount
|
||||
running: root.refCount > 0
|
||||
interval: 3000
|
||||
repeat: true
|
||||
triggeredOnStart: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue