Forgot to disable Greet Screen seen saving.
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
09c1a44150
commit
803670635b
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ Popup {
|
|||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: if(Helper.getSetting("last_install_greet") +1 != Helper.getVersion()) {
|
||||
Component.onCompleted: if(Helper.getSetting("last_install_greet") != Helper.getVersion()) {
|
||||
greetingPopup.open()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue