UI: Emit STREAMING_STOPPING event immediately

If there's a delay, it will *also* be ommitted after the appropriate
number of seconds.

I was originally going to add a new event for this, however this is
consistent with STREAMING_STARTING, which is emitted at the start
of the delay, not the end.
This commit is contained in:
Fred Emmott
2018-10-17 18:24:26 -07:00
parent 7ab488b100
commit bab9d6e96d

View File

@@ -4911,6 +4911,9 @@ void OBSBasic::StreamDelayStopping(int sec)
ui->streamButton->setMenu(startStreamMenu);
ui->statusbar->StreamDelayStopping(sec);
if (api)
api->on_event(OBS_FRONTEND_EVENT_STREAMING_STOPPING);
}
void OBSBasic::StreamingStart()