Fixed a small oversight
This commit is contained in:
parent
82a711acdf
commit
4ada117ef7
@ -2981,10 +2981,13 @@ LRESULT CALLBACK OBS::OBSProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
|
||||
|
||||
default:
|
||||
if (App && message == App->wmExplorerRestarted)
|
||||
{
|
||||
if(App->bNotificationAreaIcon)
|
||||
{
|
||||
App->bNotificationAreaIcon = false;
|
||||
App->ShowNotificationAreaIcon();
|
||||
}
|
||||
}
|
||||
return DefWindowProc(hwnd, message, wParam, lParam);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user