This commit is contained in:
parent
216accd94f
commit
4368a96fd9
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue