Fixing last windows bugs.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e5b7e0c129
commit
af9798e1d2
2 changed files with 3 additions and 2 deletions
|
@ -119,7 +119,7 @@ Popup {
|
|||
}
|
||||
|
||||
Timer {
|
||||
running: Helper.getSetting("last_install_greet") != Helper.getVersion()+"a"
|
||||
running: Helper.getSetting("last_install_greet") != Helper.getVersion()
|
||||
repeat: false
|
||||
interval: 50
|
||||
onTriggered: greetingPopup.open()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue