don't throw in case the tray was destroyed between calls

This commit is contained in:
rafael-aero
2021-09-03 15:28:32 +02:00
parent 14ee45b88f
commit 374d92f3b1
3 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ namespace ElectronNET.WebApp
{
public static void Main(string[] args)
{
//Debugger.Launch();
Debugger.Launch();
CreateWebHostBuilder(args).Build().Run();
}