mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add devices list.
This commit is contained in:
@@ -210,7 +210,7 @@ namespace DiscImageChef
|
||||
{
|
||||
if (opts.Debug) DicConsole.DebugWriteLineEvent += System.Console.Error.WriteLine;
|
||||
if (opts.Verbose) DicConsole.VerboseWriteLineEvent += System.Console.WriteLine;
|
||||
new Application(Eto.Platform.Detect).Run(new MainForm());
|
||||
new Application(Eto.Platform.Detect).Run(new frmMain());
|
||||
}).WithNotParsed(errs => Environment.Exit(1));
|
||||
|
||||
Statistics.SaveStats();
|
||||
|
||||
Reference in New Issue
Block a user