add missing config item
This commit is contained in:
parent
8a75f05859
commit
9fede70bec
@ -106,6 +106,12 @@ fun AdvanceSettingsPage(modifier: Modifier = Modifier,
|
||||
.sizeIn(maxHeight = screenH),
|
||||
verticalArrangement = Arrangement.spacedBy(12.dp)
|
||||
) {
|
||||
item {
|
||||
GakuSwitch(modifier = modifier,
|
||||
checked = config.value.enableBreastParam,
|
||||
text = stringResource(R.string.enable_breast_param)
|
||||
) { v -> context?.onEnableBreastParamChanged(v) }
|
||||
}
|
||||
item {
|
||||
Row(modifier = modifier.fillMaxWidth(),
|
||||
horizontalArrangement = Arrangement.spacedBy(2.dp)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user