mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 08:36:18 -04:00
UI: Set replay buffer button as checkable
This commit is contained in:
@@ -1366,6 +1366,7 @@ void OBSBasic::ResetOutputs()
|
||||
replayBufferButton = new QPushButton(
|
||||
QTStr("Basic.Main.StartReplayBuffer"),
|
||||
this);
|
||||
replayBufferButton->setCheckable(true);
|
||||
connect(replayBufferButton.data(),
|
||||
&QPushButton::clicked,
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user