Last fixes for v0.1.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2022-01-24 19:03:40 +01:00
parent 216accd94f
commit 4368a96fd9
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ Popup {
}
Timer {
running: true//Helper.getSetting("last_install_greet") != Helper.getVersion()
running: Helper.getSetting("last_install_greet") != Helper.getVersion()
repeat: false
interval: 50
onTriggered: greetingPopup.open()