mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-29 17:28:29 +00:00
Updating pywebview to 3.3.1
This commit is contained in:
parent
a5bd28343b
commit
ad2570bc81
|
@ -23,13 +23,8 @@ def url_ok(url, port):
|
|||
|
||||
def save_position():
|
||||
window = webview.windows[0]
|
||||
# workaround for window position issue in windows
|
||||
if sys.platform == "win32":
|
||||
y = window.x
|
||||
x = window.y
|
||||
else:
|
||||
x = int(window.x)
|
||||
y = int(window.y)
|
||||
x = int(window.x)
|
||||
y = int(window.y)
|
||||
w = int(window.width)
|
||||
h = int(window.height)
|
||||
if x < 0: x = 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
deemix>=1.1.2
|
||||
flask
|
||||
flask-socketio
|
||||
pywebview==3.2
|
||||
pywebview==3.3.1
|
||||
cefpython3; platform_system== "Windows"
|
||||
|
|
Loading…
Reference in a new issue