From 178fb21593c157b88e0cdc4c7e371d80c2d96e3a Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Mon, 25 Feb 2019 07:07:22 -0600 Subject: [PATCH] UI: Fix replay buffer checked state when no hotkey is set --- UI/window-basic-main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 3c6ab9c3f..eb56cba9e 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -5322,6 +5322,7 @@ void OBSBasic::StartReplayBuffer() OBSMessageBox::information(this, RP_NO_HOTKEY_TITLE, RP_NO_HOTKEY_TEXT); + replayBufferButton->setChecked(false); return; }