Skip to content

Commit

Permalink
Don't create NotifyIcon when uninstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jul 24, 2023
1 parent 6547118 commit c2a96f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected override void OnStartup(StartupEventArgs e)
FastFlags.Load();
}

if (!IsMenuLaunch)
if (!IsUninstall && !IsMenuLaunch)
NotifyIcon = new();

#if !DEBUG
Expand Down

0 comments on commit c2a96f8

Please sign in to comment.