alroyso 1 năm trước cách đây
mục cha
commit
8a98f2e525
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/app/controller/core.dart

+ 1 - 1
lib/app/controller/core.dart

@@ -79,7 +79,7 @@ class CoreController extends GetxController {
   Future<void> updateConfig() async {
     final res = await dio.get('/configs');
     config.value = ClashCoreConfig.fromJson(res.data);
-    //LogHelper().d("update-config ${config.value}");
+    LogHelper().d("update-config ${config.value}");
   }
 
   Future<void> fetchConfigUpdate(Map<String, dynamic> config) async {