提交 4722b764 编写于 作者: J jp9000

UI: Set replay buffer check w/ --startreplaybuffer

When starting the program with the --startreplaybuffer command line
parameter, it would not correctly highlight the button.
上级 103bec65
...@@ -5365,6 +5365,7 @@ void OBSBasic::ReplayBufferStart() ...@@ -5365,6 +5365,7 @@ void OBSBasic::ReplayBufferStart()
return; return;
replayBufferButton->setText(QTStr("Basic.Main.StopReplayBuffer")); replayBufferButton->setText(QTStr("Basic.Main.StopReplayBuffer"));
replayBufferButton->setChecked(true);
if (sysTrayReplayBuffer) if (sysTrayReplayBuffer)
sysTrayReplayBuffer->setText(replayBufferButton->text()); sysTrayReplayBuffer->setText(replayBufferButton->text());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册