fix: switch button
This commit is contained in:
@@ -69,6 +69,7 @@ export default function InputSetting() {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label={i18n("use_input_box_translation")}
|
label={i18n("use_input_box_translation")}
|
||||||
|
sx={{ width: "fit-content" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ export default function MouseHoverSetting() {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label={i18n("use_mousehover_translation")}
|
label={i18n("use_mousehover_translation")}
|
||||||
|
sx={{ width: "fit-content" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ export default function SubtitleSetting() {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label={i18n("toggle_subtitle_translate")}
|
label={i18n("toggle_subtitle_translate")}
|
||||||
|
sx={{ width: "fit-content" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ export default function Tranbox() {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label={i18n("toggle_selection_translate")}
|
label={i18n("toggle_selection_translate")}
|
||||||
|
sx={{ width: "fit-content" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user