未验证 提交 2541be5b 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1352 from cg2121/replay-buffer-button-checkable

UI: Set replay buffer button as checkable
......@@ -1366,6 +1366,7 @@ void OBSBasic::ResetOutputs()
replayBufferButton = new QPushButton(
QTStr("Basic.Main.StartReplayBuffer"),
this);
replayBufferButton->setCheckable(true);
connect(replayBufferButton.data(),
&QPushButton::clicked,
this,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册