webview关闭debug

This commit is contained in:
zhbaor 2024-09-23 20:35:05 +08:00
parent 05a98421e3
commit 4b34b72cf4

View file

@ -69,7 +69,7 @@ class Api:
window = webview.create_window("mower-ng launcher", "dist/index.html", js_api=Api())
webview.start(debug=True)
webview.start()
with config_path.open("w") as f:
json.dump(config, f)