Refactor: Format document.

This commit is contained in:
2017-05-19 18:22:54 +01:00
parent 0b23650ad0
commit 97f519f88b
20 changed files with 84 additions and 48 deletions

View File

@@ -47,7 +47,7 @@ namespace osrepodbmgr.Eto.Desktop
Context.virusTotalEnabled = Workers.InitVirusTotal(Settings.Current.VirusTotalKey);
}
Context.usableDotNetZip = !Platform.Detect.IsMac && !Platform.Detect.IsIos;
new Application(Platform.Detect).Run(new frmMain());
}
}