mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 741132 - Plugin doorhanger reappears after switching tabs after Flash has been enabled. r=mfinkle
This commit is contained in:
parent
bbaf8219c0
commit
7d62a87dcc
@ -1975,6 +1975,9 @@ Tab.prototype = {
|
||||
let tab = BrowserApp.getTabForWindow(win);
|
||||
tab.clickToPlayPluginsActivated = true;
|
||||
PluginHelper.playAllPlugins(win);
|
||||
|
||||
if (tab.clickToPlayPluginDoorhangerShown)
|
||||
NativeWindow.doorhanger.hide("ask-to-play-plugins", tab.id);
|
||||
}, true);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user