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

@@ -41,7 +41,7 @@ class VideoReplyController extends GetxController {
void onInit() {
super.onInit();
int defaultReplySortIndex =
setting.get(SettingBoxKey.replySortType, defaultValue: 0) as int;
setting.get(SettingBoxKey.replySortType, defaultValue: 1) as int;
if (defaultReplySortIndex == 2) {
setting.put(SettingBoxKey.replySortType, 0);
defaultReplySortIndex = 0;