未验证 提交 bab9d6e9 编写于 作者: F Fred Emmott

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.
上级 7ab488b1
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册