mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-18 21:36:42 +00:00
Fix Display section spacing in Stream Settings
This commit is contained in:
parent
6fa966cc3f
commit
a4b6ef597c
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ internal fun LazyListScope.streamsSettingsContent(isTablet: Boolean) {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Item {
|
||||
SettingsSection(
|
||||
title = stringResource(Res.string.settings_stream_display_section),
|
||||
isTablet = isTablet,
|
||||
|
|
|
|||
Loading…
Reference in a new issue