mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
changes
This commit is contained in:
parent
754dec3946
commit
950e38a20b
1 changed files with 1 additions and 9 deletions
|
|
@ -223,15 +223,7 @@ const UpdatePopup: React.FC<UpdatePopupProps> = ({
|
|||
</View>
|
||||
</View>
|
||||
|
||||
{/* Footer */}
|
||||
<View style={styles.footer}>
|
||||
<Text style={[
|
||||
styles.footerText,
|
||||
{ color: currentTheme.colors.textMuted }
|
||||
]}>
|
||||
Updates include bug fixes and new features
|
||||
</Text>
|
||||
</View>
|
||||
{/* Footer removed: hardcoded message no longer shown */}
|
||||
</View>
|
||||
</View>
|
||||
</Modal>
|
||||
|
|
|
|||
Loading…
Reference in a new issue