Consolidated start stream hotkey/button behaviour if keep recording is enabled
This commit is contained in:
parent
14a615b8d7
commit
1b51e1344a
@ -27,7 +27,7 @@ void STDCALL OBS::StartStreamHotkey(DWORD hotkey, UPARAM param, bool bDown)
|
||||
|
||||
if(App->bStartStreamHotkeyDown && !bDown)
|
||||
App->bStartStreamHotkeyDown = false;
|
||||
else if(!App->bRunning)
|
||||
else if(!App->bRunning || !App->bStreaming)
|
||||
{
|
||||
if(App->bStartStreamHotkeyDown = bDown)
|
||||
App->Start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user