diff --git a/src/common.js b/src/common.js index eec6e83..778880a 100644 --- a/src/common.js +++ b/src/common.js @@ -112,10 +112,6 @@ function runIframe(setting) { */ async function showFab(translator) { const fab = await getFabWithDefault(); - if (fab.isHide) { - return; - } - const $action = document.createElement("div"); $action.setAttribute("id", APP_LCNAME); document.body.parentElement.appendChild($action);