this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Persist auto-inline-translation to the large size status too

+1 -2
+1 -2
src/components/status.jsx
··· 254 254 if (!snapStates.settings.contentTranslation) enableTranslate = false; 255 255 const inlineTranslate = useMemo(() => { 256 256 return ( 257 - !isSizeLarge && 258 257 !spoilerText && 259 258 !poll && 260 259 !mediaAttachments?.length && ··· 1110 1109 forceTranslate) && ( 1111 1110 <TranslationBlock 1112 1111 forceTranslate={forceTranslate || inlineTranslate} 1113 - mini={inlineTranslate} 1112 + mini={!isSizeLarge} 1114 1113 sourceLanguage={language} 1115 1114 text={ 1116 1115 (spoilerText ? `${spoilerText}\n\n` : '') +