Explorar el Código

Merge pull request #1689 from cg2121/fix-replaybuffer-check-state

UI: Fix replay buffer checked state when no hotkey is set
Jim hace 7 años
padre
commit
59b0b6fdbd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      UI/window-basic-main.cpp

+ 1 - 0
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;
 	}