Merge pull request #21 from nickurt/Localisation

Fixed wrong IsLeaked badge for UpdateLDR ...
This commit is contained in:
Thomas Hounsell 2015-08-17 19:39:28 +01:00
commit 8c8a30b6e6

View File

@ -78,6 +78,7 @@ public bool IsLeaked
case TypeOfSource.PublicRelease:
case TypeOfSource.InternalLeak:
case TypeOfSource.UpdateGDR:
case TypeOfSource.UpdateLDR:
return true;
default:
return false;