Set text_select to false for new pywbview'

This commit is contained in:
Jonathan Carter
2025-10-25 21:52:17 +02:00
parent 22dcf36b14
commit 31bb032a4e

View File

@@ -12,9 +12,10 @@ def on_closed():
window = webview.create_window('System Installer', LOCATION, window = webview.create_window('System Installer', LOCATION,
transparent=True, easy_drag=True, frameless=True, transparent=True, easy_drag=False, frameless=True,
width=1050, focus=True, zoomable=True, width=1050, focus=True, zoomable=True,
confirm_close=True, resizable=True, shadow=True confirm_close=True, resizable=True, shadow=True,
text_select=False
) )
webview.settings = { webview.settings = {