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

UI: Set replay buffer button as checkable
master
Jim 2018-08-15 11:35:33 -07:00 committed by GitHub
commit 2541be5b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1366,6 +1366,7 @@ void OBSBasic::ResetOutputs()
replayBufferButton = new QPushButton(
QTStr("Basic.Main.StartReplayBuffer"),
this);
replayBufferButton->setCheckable(true);
connect(replayBufferButton.data(),
&QPushButton::clicked,
this,