Tablet Settings Screen MAL Localization Support

This commit is contained in:
cyberalby2 2026-03-16 14:50:15 +01:00
parent 0aeb12156e
commit 37be9732ff

View file

@ -421,7 +421,7 @@ const SettingsScreen: React.FC = () => {
{isItemVisible('mal') && (
<SettingItem
title="MyAnimeList"
description="Sync with MyAnimeList"
description={t('settings.mal_description')}
customIcon={<Image source={require('../../assets/rating-icons/mal-icon.png')} style={{ width: isTablet ? 24 : 20, height: isTablet ? 24 : 20, borderRadius: 4 }} resizeMode="contain" />}
renderControl={() => <ChevronRight />}
onPress={() => navigation.navigate('MalSettings')}