mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-12 02:29:03 -04:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user