Don't create NotifyIcon when uninstalling

This commit is contained in:
pizzaboxer 2023-07-24 12:24:15 +01:00
parent 6547118383
commit c2a96f8dac
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -190,7 +190,7 @@ namespace Bloxstrap
FastFlags.Load();
}
if (!IsMenuLaunch)
if (!IsUninstall && !IsMenuLaunch)
NotifyIcon = new();
#if !DEBUG