mod: 默认不展示升级标识

This commit is contained in:
guozhigq
2024-05-06 23:24:19 +08:00
parent b54f7d0523
commit c9b62b74c0

View File

@ -218,7 +218,7 @@ class AboutController extends GetxController {
RxString currentVersion = ''.obs;
RxString remoteVersion = ''.obs;
late LatestDataModel remoteAppInfo;
RxBool isUpdate = true.obs;
RxBool isUpdate = false.obs;
RxBool isLoading = true.obs;
late LatestDataModel data;