зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1508853 make the search default panel persistent, r=aswan
This is a quick fix to ensure that the search install panel is shown when an extension uses is_default. The intention is to uplift for 64. Differential Revision: https://phabricator.services.mozilla.com/D13078 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
ecc4f819bb
Коммит
29892c75cf
|
@ -365,7 +365,7 @@ var ExtensionsUI = {
|
|||
let popupOptions = {
|
||||
hideClose: true,
|
||||
popupIconURL: icon || DEFAULT_EXTENSION_ICON,
|
||||
persistent: false,
|
||||
persistent: true,
|
||||
removeOnDismissal: true,
|
||||
eventCallback(topic) {
|
||||
if (topic == "removed") {
|
||||
|
|
Загрузка…
Ссылка в новой задаче