Fixed starting webview twice on windows

This commit is contained in:
RemixDev 2020-07-29 15:40:08 +02:00
parent 107cae9b86
commit 5f529466e7

View file

@ -85,7 +85,7 @@ if __name__ == '__main__':
'cache_path': configFolder
})
webview.start(gui='cef')
if sys.platform == "linux":
elif sys.platform == "linux":
try:
from gi import require_version as rv
rv('WebKit2', '4.0')