From c2a96f8dac1ef5a6e5906cc0c24dbda9565931ad Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Mon, 24 Jul 2023 12:24:15 +0100 Subject: [PATCH] Don't create NotifyIcon when uninstalling --- Bloxstrap/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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