diff --git a/src/components/status.jsx b/src/components/status.jsx index 8c57414c..981c4211 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -172,7 +172,9 @@ function Status({ const debugHover = (e) => { if (e.shiftKey) { - console.log(status); + console.log({ + ...status, + }); } }; @@ -1127,7 +1129,9 @@ function Status({ }} /> )} - {(((enableTranslate || inlineTranslate) && !!content.trim() && differentLanguage) || + {(((enableTranslate || inlineTranslate) && + !!content.trim() && + differentLanguage) || forceTranslate) && (