mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-30 16:19:25 +00:00
ref: hide forward external sub toggle from ios
This commit is contained in:
parent
464cfb3059
commit
7a72bd736d
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ private fun PlaybackSettingsSection(
|
|||
onClick = { showExternalPlayerAppDialog = true },
|
||||
)
|
||||
}
|
||||
if (autoPlayPlayerSettings.externalPlayerEnabled) {
|
||||
if (!isIos && autoPlayPlayerSettings.externalPlayerEnabled) {
|
||||
SettingsGroupDivider(isTablet = isTablet)
|
||||
SettingsSwitchRow(
|
||||
title = stringResource(Res.string.settings_playback_external_player_forward_subtitles),
|
||||
|
|
|
|||
Loading…
Reference in a new issue