|
|
|
@ -12,6 +12,7 @@ using Avalonia;
|
|
|
|
|
using Avalonia.Controls; |
|
|
|
|
using Avalonia.Controls.ApplicationLifetimes; |
|
|
|
|
using Avalonia.Threading; |
|
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
|
using NLog; |
|
|
|
|
using Polly.Contrib.WaitAndRetry; |
|
|
|
|
using Projektanker.Icons.Avalonia; |
|
|
|
@ -44,6 +45,7 @@ public class Program
|
|
|
|
|
Args.DebugSentry = args.Contains("--debug-sentry"); |
|
|
|
|
Args.NoSentry = args.Contains("--no-sentry"); |
|
|
|
|
Args.NoWindowChromeEffects = args.Contains("--no-window-chrome-effects"); |
|
|
|
|
Args.ResetWindowPosition = args.Contains("--reset-window-position"); |
|
|
|
|
|
|
|
|
|
SetDebugBuild(); |
|
|
|
|
|
|
|
|
|