Browse Source

💭 PAC: display message when geosite already latest

Fixes #3066
tags/4.4.1.0
database64128 4 years ago
parent
commit
dd6edbc7b4
No known key found for this signature in database GPG Key ID: 1CA27546BEDB8B01
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/Controller/Service/GeositeUpdater.cs

+ 1
- 0
shadowsocks-csharp/Controller/Service/GeositeUpdater.cs View File

@@ -114,6 +114,7 @@ namespace Shadowsocks.Controller
if (geositeSha256sum == localDBHash)
{
logger.Info("Local GeoSite DB is up to date.");
UpdateCompleted?.Invoke(null, new GeositeResultEventArgs(false));
return;
}
}


Loading…
Cancel
Save