➕ Use edgechromium on windows
This commit is contained in:
parent
9192f61811
commit
1806a58b9c
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -14,7 +14,7 @@ if __name__ == "__main__":
|
||||||
if os := platform.system() == "Linux":
|
if os := platform.system() == "Linux":
|
||||||
gui = "gtk"
|
gui = "gtk"
|
||||||
elif os == "Windows":
|
elif os == "Windows":
|
||||||
gui = "edgehtml"
|
gui = "edgechromium"
|
||||||
else:
|
else:
|
||||||
gui = ""
|
gui = ""
|
||||||
webview.start(gui=gui)
|
webview.start(gui=gui)
|
||||||
|
|
Loading…
Reference in a new issue