Qt6 testing and porting on macOS.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2023-05-26 14:54:28 +02:00
parent 59145905ea
commit 95546bd14e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ def run():
"freebsd": get_linux_theme(),
"win32": "Universal" if os_release == "10" else "Fusion",
"cygwin": "Fusion",
"darwin": "Default"
"darwin": "macOS"
}[platform]
dep_time = time()

View file

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