diff --git a/Source/WindowStuff.cpp b/Source/WindowStuff.cpp index 88cf1c5c..7255df12 100644 --- a/Source/WindowStuff.cpp +++ b/Source/WindowStuff.cpp @@ -4095,7 +4095,7 @@ LRESULT CALLBACK OBS::OBSProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa OBSMessageBox(hwndMain, App->streamReport.Array(), Str("StreamReport"), MB_ICONEXCLAMATION); App->streamReport.Clear(); } - else + else if (wParam != 1) OBSMessageBox(hwnd, Str("Connection.Disconnected"), NULL, MB_ICONEXCLAMATION); } else if(wParam == 0)