More linux fixes for app window

This commit is contained in:
Ox Cart
2019-09-20 11:17:09 -05:00
parent 83e791c612
commit efe21586c2
+1 -1
View File
@@ -57,6 +57,6 @@ void showAppWindow(char* url)
// Load a web page into the browser instance
webkit_web_view_load_uri(web_view, url);
gdk_threads_add_idle(do_show_app_window, NULL);
g_idle_add(do_show_app_window, NULL);
free(url);
}