refr: reorder playback button

This commit is contained in:
tapframe 2026-04-23 01:55:25 +05:30
parent 1eb82c55e7
commit 2b5d4a881f

View file

@ -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.",