mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Don't create NotifyIcon when uninstalling
This commit is contained in:
parent
6547118383
commit
c2a96f8dac
@ -190,7 +190,7 @@ namespace Bloxstrap
|
|||||||
FastFlags.Load();
|
FastFlags.Load();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsMenuLaunch)
|
if (!IsUninstall && !IsMenuLaunch)
|
||||||
NotifyIcon = new();
|
NotifyIcon = new();
|
||||||
|
|
||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user