From d6da8f769aa986061f886848f3de9334b9dd63cf Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Fri, 31 Oct 2025 13:21:48 +0100 Subject: [PATCH] Signed-off-by: Hans Dijkema --- src/webui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui.c b/src/webui.c index e9ba3bb00..dd615ce39 100644 --- a/src/webui.c +++ b/src/webui.c @@ -11555,7 +11555,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) { // Set URL and dimensions in C++ handle _webui_win32_wv2_set_url(webView->cpp_handle, wURL); _webui_win32_wv2_set_dimensions(webView->cpp_handle, x, y, width, height); - _webui_win32_wv2_set_navigate_flag(webView->cpp_handle, true); + //_webui_win32_wv2_set_navigate_flag(webView->cpp_handle, true); // This will solve issue #664 win->webView = webView;