mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 07:51:46 +00:00
Appearance Desc improvements
This commit is contained in:
parent
c63d4aeda6
commit
3a41f479f7
3 changed files with 3 additions and 1 deletions
|
|
@ -684,6 +684,7 @@
|
||||||
"account": "Account",
|
"account": "Account",
|
||||||
"content_discovery": "Content & Discovery",
|
"content_discovery": "Content & Discovery",
|
||||||
"appearance": "Appearance",
|
"appearance": "Appearance",
|
||||||
|
"appearance_desc":"Themes and episodes layout",
|
||||||
"integrations": "Integrations",
|
"integrations": "Integrations",
|
||||||
"playback": "Playback",
|
"playback": "Playback",
|
||||||
"backup_restore": "Backup & Restore",
|
"backup_restore": "Backup & Restore",
|
||||||
|
|
|
||||||
|
|
@ -668,6 +668,7 @@
|
||||||
"account": "Account",
|
"account": "Account",
|
||||||
"content_discovery": "Contenuti e Scoperta",
|
"content_discovery": "Contenuti e Scoperta",
|
||||||
"appearance": "Aspetto",
|
"appearance": "Aspetto",
|
||||||
|
"appearance_desc":"Temi e layout episodi",
|
||||||
"integrations": "Integrazioni",
|
"integrations": "Integrazioni",
|
||||||
"playback": "Riproduzione",
|
"playback": "Riproduzione",
|
||||||
"backup_restore": "Backup e Ripristino",
|
"backup_restore": "Backup e Ripristino",
|
||||||
|
|
|
||||||
|
|
@ -792,7 +792,7 @@ const SettingsScreen: React.FC = () => {
|
||||||
{(settingsConfig?.categories?.['appearance']?.visible !== false) && (
|
{(settingsConfig?.categories?.['appearance']?.visible !== false) && (
|
||||||
<SettingItem
|
<SettingItem
|
||||||
title={t('settings.appearance')}
|
title={t('settings.appearance')}
|
||||||
description={currentTheme.name}
|
description={t('settings.appearance_desc')}
|
||||||
icon="sliders"
|
icon="sliders"
|
||||||
renderControl={() => <ChevronRight />}
|
renderControl={() => <ChevronRight />}
|
||||||
onPress={() => navigation.navigate('AppearanceSettings')}
|
onPress={() => navigation.navigate('AppearanceSettings')}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue