mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
refr: reorder playback button
This commit is contained in:
parent
1eb82c55e7
commit
2b5d4a881f
1 changed files with 8 additions and 8 deletions
|
|
@ -97,14 +97,6 @@ internal fun LazyListScope.settingsRootContent(
|
||||||
onClick = onContentDiscoveryClick,
|
onClick = onContentDiscoveryClick,
|
||||||
)
|
)
|
||||||
SettingsGroupDivider(isTablet = isTablet)
|
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(
|
SettingsNavigationRow(
|
||||||
title = "Downloads",
|
title = "Downloads",
|
||||||
description = "Manage your downloaded movies and episodes.",
|
description = "Manage your downloaded movies and episodes.",
|
||||||
|
|
@ -113,6 +105,14 @@ internal fun LazyListScope.settingsRootContent(
|
||||||
onClick = onDownloadsClick,
|
onClick = onDownloadsClick,
|
||||||
)
|
)
|
||||||
SettingsGroupDivider(isTablet = isTablet)
|
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(
|
SettingsNavigationRow(
|
||||||
title = "Integrations",
|
title = "Integrations",
|
||||||
description = "Connect TMDB and MDBList services.",
|
description = "Connect TMDB and MDBList services.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue