removed --no-super

This commit is contained in:
N0\A
2025-10-31 17:04:49 +01:00
parent a6a83bf70e
commit b6becb6912
2 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,6 @@ def main():
restart = "--restart" in sys.argv
no_quit = "--no-quit" 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 and config.get("auto_update", True):
@@ -62,7 +61,6 @@ def main():
config=config,
restart=restart,
no_quit=no_quit,
super_menu=super_menu
)
if config.get("discord_presence", True):