mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Merge pull request #21 from nickurt/Localisation
Fixed wrong IsLeaked badge for UpdateLDR ...
This commit is contained in:
commit
8c8a30b6e6
|
@ -78,6 +78,7 @@ public bool IsLeaked
|
|||
case TypeOfSource.PublicRelease:
|
||||
case TypeOfSource.InternalLeak:
|
||||
case TypeOfSource.UpdateGDR:
|
||||
case TypeOfSource.UpdateLDR:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user