windows app launcher fix

This commit is contained in:
N0\A
2025-10-29 21:19:29 +01:00
parent 87e0b30ce0
commit 5b67d6599b
3 changed files with 25 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ def main():
restart = "--restart" in sys.argv
no_quit = "--no-quit" in sys.argv
super_menu = not "--no-super" in sys.argv
super_menu = not "--no-super" in sys.argv and not "--no-start" in sys.argv
noupdate = "--no-update" in sys.argv
if not noupdate: