This commit is contained in:
snltty
2025-02-08 15:42:31 +08:00
parent 27745d4d18
commit 37ba64297f
35 changed files with 246 additions and 66 deletions

View File

@@ -125,7 +125,8 @@ namespace linker.messenger.updater
{
if (updaterCommonTransfer.CheckUpdate)
{
LoggerHelper.Instance.Info($"auto check update");
if (LoggerHelper.Instance.LoggerLevel <= LoggerTypes.DEBUG)
LoggerHelper.Instance.Info($"auto check update");
await updaterHelper.GetUpdateInfo(updateInfo);
}
return true;