This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
💭
PAC: display message when geosite already latest
Fixes
#3066
tags/4.4.1.0
database64128
4 years ago
parent
ac0fcdfc8c
commit
dd6edbc7b4
No known key found for this signature in database
GPG Key ID:
1CA27546BEDB8B01
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save