Sun, 12 Oct 2025 17:37:16 +0200
fix incorrect webkit_web_view_set_zoom_level call
--- a/ui/gtk/webview.c Sun Oct 12 09:17:37 2025 +0200 +++ b/ui/gtk/webview.c Sun Oct 12 17:37:16 2025 +0200 @@ -96,7 +96,7 @@ } ui_webview_enable_javascript(g, data->javascript); - webkit_web_view_set_zoom_level(data->webview, data->zoom); + ui_webview_set_zoom(g, data->zoom); return 0; }