diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 68f8d43..13ed82b 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -190,7 +190,7 @@ namespace Bloxstrap FastFlags.Load(); } - if (!IsMenuLaunch) + if (!IsUninstall && !IsMenuLaunch) NotifyIcon = new(); #if !DEBUG