mirror of
https://github.com/netbirdio/systray.git
synced 2026-05-22 17:08:41 -07:00
More linux fixes for app window
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user