From 1806a58b9c95b1ddd47fccff3f319d2e0ea6b82d Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Sun, 5 Mar 2023 00:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Use=20edgechromium=20on=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d98a52d..bcf4aea 100755 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ if __name__ == "__main__": if os := platform.system() == "Linux": gui = "gtk" elif os == "Windows": - gui = "edgehtml" + gui = "edgechromium" else: gui = "" webview.start(gui=gui)