Преглед изворни кода

Merge branch 'master' of https://git.nanodreamtech.com/wkw/wallet_app

wkw пре 2 недеља
родитељ
комит
91c31ba35f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/updater/index.js

+ 1 - 1
src/updater/index.js

@@ -16,7 +16,7 @@ export async function checkAndUpdate() {
     return;
   }
   CapacitorUpdater.notifyAppReady();
-  // checkForUpgrade();
+  checkForUpgrade();
 }
 
 // 更新