UI: Fix replay buffer checked state when no hotkey is set

This commit is contained in:
Clayton Groeneveld
2019-02-25 07:07:22 -06:00
parent ef270c8ba0
commit 178fb21593

View File

@@ -5322,6 +5322,7 @@ void OBSBasic::StartReplayBuffer()
OBSMessageBox::information(this,
RP_NO_HOTKEY_TITLE,
RP_NO_HOTKEY_TEXT);
replayBufferButton->setChecked(false);
return;
}