mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Tablet Settings Screen MAL Localization Support
This commit is contained in:
parent
0aeb12156e
commit
37be9732ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue