fix splash screen
This commit is contained in:
parent
3dc26d2b92
commit
c05fde75c1
2
main.py
2
main.py
@ -35,7 +35,7 @@ def main() -> int:
|
|||||||
return 0
|
return 0
|
||||||
window.show()
|
window.show()
|
||||||
|
|
||||||
splash.finished.connect(show_main_window)
|
splash.finished.connect(lambda: show_main_window())
|
||||||
else:
|
else:
|
||||||
# Pas de splash screen, vérifier les mises à jour puis afficher la fenêtre principale
|
# Pas de splash screen, vérifier les mises à jour puis afficher la fenêtre principale
|
||||||
if update_manager.check_for_update():
|
if update_manager.check_for_update():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user