You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Let links with target=_blank open in the system browser.`r`n # This ensures file downloads work in desktop executable mode.`r`n webview.settings["OPEN_EXTERNAL_LINKS_IN_BROWSER"] = True`r`n webview.create_window("CapoToKeys", f"http://{host}:{port}", min_size=(960, 700))
45
+
# Let links with target=_blank open in the system browser.`r`n # This ensures file downloads work in desktop executable mode.`r`n webview.settings["OPEN_EXTERNAL_LINKS_IN_BROWSER"] = True`r`n webview.create_window("Capo2Keys", f"http://{host}:{port}", min_size=(960, 700))
0 commit comments