Qt6 testing and porting on macOS.
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
59145905ea
commit
95546bd14e
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ def run():
|
||||||
"freebsd": get_linux_theme(),
|
"freebsd": get_linux_theme(),
|
||||||
"win32": "Universal" if os_release == "10" else "Fusion",
|
"win32": "Universal" if os_release == "10" else "Fusion",
|
||||||
"cygwin": "Fusion",
|
"cygwin": "Fusion",
|
||||||
"darwin": "Default"
|
"darwin": "macOS"
|
||||||
}[platform]
|
}[platform]
|
||||||
|
|
||||||
dep_time = time()
|
dep_time = time()
|
||||||
|
|
|
@ -228,7 +228,7 @@ Popup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: if(Helper.getSetting("last_install_greet") != Helper.getVersion()) {
|
Component.onCompleted: if(Helper.getSetting("last_install_greet")+1 != Helper.getVersion()) {
|
||||||
greetingPopup.open()
|
greetingPopup.open()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue