mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-16 15:02:48 +00:00
(almost) complete toolbar screen
This commit is contained in:
parent
724b292edb
commit
52e0e891fe
5 changed files with 134 additions and 43 deletions
|
@ -173,7 +173,6 @@ fun SwitchPreference(
|
|||
fun SwitchPreference(
|
||||
def: PrefDef,
|
||||
default: Boolean,
|
||||
modifier: Modifier = Modifier,
|
||||
allowCheckedChange: (Boolean) -> Boolean = { true },
|
||||
onCheckedChange: (Boolean) -> Unit = { }
|
||||
) {
|
||||
|
@ -182,7 +181,6 @@ fun SwitchPreference(
|
|||
description = def.description,
|
||||
pref = def.key,
|
||||
default = default,
|
||||
modifier = modifier,
|
||||
allowCheckedChange = allowCheckedChange,
|
||||
onCheckedChange = onCheckedChange
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue