mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-20 13:49:24 -04:00
Merge pull request #1689 from cg2121/fix-replaybuffer-check-state
UI: Fix replay buffer checked state when no hotkey is set
This commit is contained in:
@@ -5322,6 +5322,7 @@ void OBSBasic::StartReplayBuffer()
|
||||
OBSMessageBox::information(this,
|
||||
RP_NO_HOTKEY_TITLE,
|
||||
RP_NO_HOTKEY_TEXT);
|
||||
replayBufferButton->setChecked(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user