Add missing argument to infobar api (#435)
This commit is contained in:
Родитель
18b38e0ecd
Коммит
c51eedfc08
|
@ -478,6 +478,7 @@ browser.pageAction.onClicked.addListener(tab => {
|
|||
outboundtranslations: await browser.storage.local.get("outboundtranslations-check"),
|
||||
qualityestimations: await browser.storage.local.get("qualityestimations-check")
|
||||
},
|
||||
false,
|
||||
false
|
||||
);
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче