Browse Source

UI: Set replay buffer button as checkable

cg2121 7 years ago
parent
commit
b0b6f1f0e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/window-basic-main.cpp

+ 1 - 0
UI/window-basic-main.cpp

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