Fixing last windows bugs.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2021-08-26 20:19:07 +02:00
parent e5b7e0c129
commit af9798e1d2
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 3 additions and 2 deletions

View file

@ -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()