Skip to content

Commit 9b33c16

Browse files
authored
Merge pull request #385 from AiHaibara/patch-1
File Explorer crash NotifyIcon disappear
2 parents b57e6e8 + 45ffc48 commit 9b33c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/HandyControl_Shared/Controls/Other/NotifyIcon.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ private IntPtr Callback(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam)
574574
{
575575
if (msg == _wmTaskbarCreated)
576576
{
577+
_added = false;
577578
UpdateIcon(true);
578579
}
579580
else

0 commit comments

Comments
 (0)