Don't display Connection.Disconnected for forced PostStopMessage

master
palana 2014-09-27 19:30:20 +02:00
parent 7100ba89fa
commit aec9599704
1 changed files with 1 additions and 1 deletions

View File

@ -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)