add installer web config

This commit is contained in:
Qing
2023-01-20 16:52:38 +08:00
parent b35cffadbd
commit 1239ab047d
12 changed files with 297 additions and 209 deletions

View File

@@ -408,7 +408,8 @@ def main(args):
from flaskwebgui import FlaskUI
ui = FlaskUI(
app, width=app_width, height=app_height, host=args.host, port=args.port
app, width=app_width, height=app_height, host=args.host, port=args.port,
close_server_on_exit=not args.no_gui_auto_close
)
ui.run()
else: