Skip to content

WebExtensions: Workaround add dialog locking up app

Patrick Griffis requested to merge pgriffis/web-extension/blocked-dialog into master

I don't know why this happens, and is likely a GTK bug, but on my system, GNOME X11, having a native dialog over a modal dialog just locks up the UI.

This just changes the extensions dialog to not be modal and the native dialog to be.

Merge request reports