mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 02:16:16 +00:00
Fixed starting webview twice on windows
This commit is contained in:
parent
107cae9b86
commit
5f529466e7
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue