mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-13 11:38:38 -05:00
Fix taskbar restarting issue (#35)
This commit is contained in:
@@ -931,7 +931,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void OnTaskbarCreated()
|
private void OnTaskbarCreated()
|
||||||
{
|
{
|
||||||
IsTaskbarIconCreated = false;
|
RemoveTaskbarIcon();
|
||||||
CreateTaskbarIcon();
|
CreateTaskbarIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user