Move library columns settings to library sheet
Closes #3969. Dialog-ception. (cherry picked from commit c6ac9927985bc33a63f49e3280dc63f9f7e8d5de) # Conflicts: # app/src/main/java/eu/kanade/presentation/library/LibrarySettingsDialog.kt # app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsLibraryScreen.kt
This commit is contained in:
+12
@@ -50,6 +50,18 @@ fun HeadingItem(
|
||||
)
|
||||
}
|
||||
|
||||
@Composable
|
||||
fun BasicItem(
|
||||
label: String,
|
||||
onClick: () -> Unit,
|
||||
) {
|
||||
SortItem(
|
||||
label = label,
|
||||
sortDescending = null,
|
||||
onClick = onClick,
|
||||
)
|
||||
}
|
||||
|
||||
@Composable
|
||||
fun SortItem(
|
||||
label: String,
|
||||
|
||||
Reference in New Issue
Block a user