fix: 新版 UI 设置选项显示异常
This commit is contained in:
parent
0e42fd25b6
commit
e368317abd
|
|
@ -118,7 +118,7 @@ fun MoreSettingsPage(
|
||||||
},
|
},
|
||||||
key = "enable_new_ui",
|
key = "enable_new_ui",
|
||||||
title = stringResource(id = R.string.title_enable_new_ui),
|
title = stringResource(id = R.string.title_enable_new_ui),
|
||||||
defaultChecked = false,
|
defaultChecked = true,
|
||||||
summary = stringResource(id = R.string.summary_enable_new_ui),
|
summary = stringResource(id = R.string.summary_enable_new_ui),
|
||||||
onCheckedChange = {
|
onCheckedChange = {
|
||||||
App.INSTANCE.setIcon(it)
|
App.INSTANCE.setIcon(it)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue