mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Move library columns settings to library sheet
Closes #3969. Dialog-ception.
This commit is contained in:
@ -49,6 +49,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