mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-17 18:54:40 -04:00
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