mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
Refactor: Sort and remove usings.
This commit is contained in:
@@ -39,12 +39,12 @@ namespace osrepodbmgr.Eto.Desktop
|
||||
{
|
||||
Settings.LoadSettings();
|
||||
Context.CheckUnar();
|
||||
if(Core.Settings.Current.UseAntivirus)
|
||||
if(Settings.Current.UseAntivirus)
|
||||
{
|
||||
if(Core.Settings.Current.UseClamd)
|
||||
if(Settings.Current.UseClamd)
|
||||
Workers.InitClamd();
|
||||
if(Core.Settings.Current.UseVirusTotal)
|
||||
Context.virusTotalEnabled = Workers.InitVirusTotal(Core.Settings.Current.VirusTotalKey);
|
||||
if(Settings.Current.UseVirusTotal)
|
||||
Context.virusTotalEnabled = Workers.InitVirusTotal(Settings.Current.VirusTotalKey);
|
||||
}
|
||||
Context.usableDotNetZip = !Platform.Detect.IsMac && !Platform.Detect.IsIos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user