mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
Reorder Download and Playback settings in SettingsRootPage for easy access.
Why this important, in mobile device downloads not directly show its required extra swipe to access downloads since downloads is frequently visited feature than playback setting so this should be above is good to have.
This commit is contained in:
parent
f2e9b27df5
commit
9247e6a330
1 changed files with 8 additions and 8 deletions
|
|
@ -97,14 +97,6 @@ internal fun LazyListScope.settingsRootContent(
|
|||
onClick = onContentDiscoveryClick,
|
||||
)
|
||||
SettingsGroupDivider(isTablet = isTablet)
|
||||
SettingsNavigationRow(
|
||||
title = "Playback",
|
||||
description = "Control player behavior and viewing defaults.",
|
||||
icon = Icons.Rounded.PlayArrow,
|
||||
isTablet = isTablet,
|
||||
onClick = onPlaybackClick,
|
||||
)
|
||||
SettingsGroupDivider(isTablet = isTablet)
|
||||
SettingsNavigationRow(
|
||||
title = "Downloads",
|
||||
description = "Manage your downloaded movies and episodes.",
|
||||
|
|
@ -113,6 +105,14 @@ internal fun LazyListScope.settingsRootContent(
|
|||
onClick = onDownloadsClick,
|
||||
)
|
||||
SettingsGroupDivider(isTablet = isTablet)
|
||||
SettingsNavigationRow(
|
||||
title = "Playback",
|
||||
description = "Control player behavior and viewing defaults.",
|
||||
icon = Icons.Rounded.PlayArrow,
|
||||
isTablet = isTablet,
|
||||
onClick = onPlaybackClick,
|
||||
)
|
||||
SettingsGroupDivider(isTablet = isTablet)
|
||||
SettingsNavigationRow(
|
||||
title = "Integrations",
|
||||
description = "Connect TMDB and MDBList services.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue