mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
@@ -29,7 +29,7 @@ namespace Wox
|
||||
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
using (new Timeit("Startup Time"))
|
||||
Timeit.StopwatchDebug("Startup Time", () =>
|
||||
{
|
||||
base.OnStartup(e);
|
||||
DispatcherUnhandledException += ErrorReporting.DispatcherUnhandledException;
|
||||
@@ -39,7 +39,7 @@ namespace Wox
|
||||
Window = new MainWindow();
|
||||
PluginManager.Init(Window);
|
||||
CommandArgsFactory.Execute(e.Args.ToList());
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user