Fix stuck notification area icon issue

oh so it was that simple huh lmao
This commit is contained in:
pizzaboxer 2023-05-15 08:41:41 +01:00
parent d96df87006
commit c72fdf1ca9
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -68,6 +68,7 @@ namespace Bloxstrap
Logger.WriteLine($"[App::Terminate] Terminating with exit code {code}");
Settings.Save();
State.Save();
Notification.Dispose();
Environment.Exit(code);
}