update pref default value

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-20 11:59:31 +08:00
parent 0fb394cc36
commit 91936a9f44
3 changed files with 11 additions and 9 deletions

View File

@@ -153,12 +153,12 @@ List<SettingsModel> get styleSettings => [
}
},
),
const SwitchModel(
SwitchModel(
title: '动态页启用瀑布流',
subtitle: '关闭会显示为单列',
leading: Icon(Icons.view_array_outlined),
leading: const Icon(Icons.view_array_outlined),
setKey: SettingBoxKey.dynamicsWaterfallFlow,
defaultVal: true,
defaultVal: Pref.horizontalScreen,
needReboot: true,
),
NormalModel(