Skip to content

Commit c084c55

Browse files
committed
Fix tray icon not reappearing after Explorer restart
1 parent ed370e1 commit c084c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ INT_PTR CALLBACK MainWindowProc(
25122512
// This is done async do taskmgr doesn't hand when the shell
25132513
// is hung
25142514

2515-
PostThreadMessage( g_idTrayThread, PM_NOTIFYWAITING, 0, 0 );
2515+
PostThreadMessage( g_idTrayThread, PM_INITIALIZEICONS, 0, 0 );
25162516
}
25172517

25182518

0 commit comments

Comments
 (0)