mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 407901: Cannot minimize add-ons manager opened from update available notification. r=gavin.sharp, a=mconnor
This commit is contained in:
parent
1784e38b45
commit
1a62d0f542
@ -5720,7 +5720,7 @@ BackgroundUpdateCheckListener.prototype = {
|
||||
}
|
||||
else {
|
||||
const EMURL = "chrome://mozapps/content/extensions/extensions.xul";
|
||||
const EMFEATURES = "chrome,centerscreen,extra-chrome,dialog,resizable,modal";
|
||||
const EMFEATURES = "chrome,menubar,extra-chrome,toolbar,dialog=no,resizable";
|
||||
|
||||
var ww = Cc["@mozilla.org/embedcomp/window-watcher;1"].
|
||||
getService(Ci.nsIWindowWatcher);
|
||||
|
Loading…
Reference in New Issue
Block a user