This commit is contained in:
snltty
2025-03-06 21:15:19 +08:00
parent 303581a8b3
commit c6eeab74b9
86 changed files with 1091 additions and 557 deletions

View File

@@ -89,7 +89,7 @@ namespace linker.messenger.updater
}
private void UpdateTask()
{
TimerHelper.SetInterval(async () =>
TimerHelper.SetIntervalLong(async () =>
{
await GetUpdateInfo();
if (updateInfo.Updated)