Skip to content

Commit 2440113

Browse files
committed
Allow Linux WebView in WebUI Dynamic Lib
1 parent 58c8e77 commit 2440113

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/webui.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12795,12 +12795,12 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) {
1279512795

1279612796
// Linux GTK WebView
1279712797

12798-
#ifdef WEBUI_DYNAMIC
12799-
#ifdef WEBUI_LOG
12800-
_webui_log_debug("[Core]\t\t_webui_wv_show() -> WebUI dynamic version does not support Linux WebView\n");
12801-
#endif
12802-
return false;
12803-
#endif
12798+
// #ifdef WEBUI_DYNAMIC
12799+
// #ifdef WEBUI_LOG
12800+
// _webui_log_debug("[Core]\t\t_webui_wv_show() -> WebUI dynamic version does not support Linux WebView\n");
12801+
// #endif
12802+
// return false;
12803+
// #endif
1280412804

1280512805
if (_webui.is_browser_main_run)
1280612806
return false;

0 commit comments

Comments
 (0)