mod: default values

This commit is contained in:
bggRGjQaUbCoE
2024-08-27 14:00:49 +08:00
parent 4c201af21a
commit 493400a615
16 changed files with 28 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ class DynamicDetailController extends GetxController {
int.parse(item!.modules!.moduleStat!.comment!.count ?? '0');
}
int defaultReplySortIndex =
setting.get(SettingBoxKey.replySortType, defaultValue: 0);
setting.get(SettingBoxKey.replySortType, defaultValue: 1);
if (defaultReplySortIndex == 2) {
setting.put(SettingBoxKey.replySortType, 0);
defaultReplySortIndex = 0;