General refactor and code cleanup.

This commit is contained in:
2017-12-30 00:32:21 +00:00
parent d47d64a86a
commit f5805acde1
42 changed files with 10532 additions and 11118 deletions

View File

@@ -44,9 +44,9 @@ namespace osrepodbmgr.Eto.Desktop
if(Settings.Current.UseClamd)
Workers.InitClamd();
if(Settings.Current.UseVirusTotal)
Context.virusTotalEnabled = Workers.InitVirusTotal(Settings.Current.VirusTotalKey);
Context.VirusTotalEnabled = Workers.InitVirusTotal(Settings.Current.VirusTotalKey);
}
Context.usableDotNetZip = !Platform.Detect.IsMac && !Platform.Detect.IsIos;
Context.UsableDotNetZip = !Platform.Detect.IsMac && !Platform.Detect.IsIos;
new Application(Platform.Detect).Run(new frmMain());
}