Update core

Fix some issues
This commit is contained in:
chen08209
2025-01-09 18:38:52 +08:00
parent 58acd9c1ab
commit 35f89fea90
17 changed files with 179 additions and 180 deletions

View File

@@ -113,7 +113,7 @@ class ApplicationState extends State<Application> {
}
_autoUpdateProfilesTask() {
_autoUpdateProfilesTaskTimer = Timer(const Duration(seconds: 5), () async {
_autoUpdateProfilesTaskTimer = Timer(const Duration(minutes: 20), () async {
await globalState.appController.autoUpdateProfiles();
_autoUpdateProfilesTask();
});