fix: i18n menu command for userscript
This commit is contained in:
@@ -140,6 +140,7 @@ function showTransbox({
|
||||
tranboxSetting = DEFAULT_TRANBOX_SETTING,
|
||||
transApis,
|
||||
darkMode,
|
||||
uiLang,
|
||||
}) {
|
||||
if (!tranboxSetting?.transOpen) {
|
||||
return;
|
||||
@@ -170,6 +171,7 @@ function showTransbox({
|
||||
contextMenuType={contextMenuType}
|
||||
tranboxSetting={tranboxSetting}
|
||||
transApis={transApis}
|
||||
uiLang={uiLang}
|
||||
/>
|
||||
</CacheProvider>
|
||||
</React.StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user