mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
parent
0231c41f46
commit
5ed82fce22
@ -282,6 +282,12 @@ namespace VPet_Simulator.Windows
|
|||||||
winSetting?.Close();
|
winSetting?.Close();
|
||||||
winBetterBuy?.Close();
|
winBetterBuy?.Close();
|
||||||
App.MainWindows.Remove(this);
|
App.MainWindows.Remove(this);
|
||||||
|
if (notifyIcon != null)
|
||||||
|
{
|
||||||
|
notifyIcon.Visible = false;
|
||||||
|
notifyIcon.Dispose();
|
||||||
|
}
|
||||||
|
notifyIcon?.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user