fix: 新版 UI 设置选项显示异常

This commit is contained in:
HuanCheng65 2024-01-26 22:44:34 +08:00
parent 0e42fd25b6
commit e368317abd
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 1 additions and 1 deletions

View File

@ -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)