mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 09:04:52 +00:00
add missing config item
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user