UI: Unregister file splitting hotkey when clearing hotkeys
This commit is contained in:
parent
e6a03be487
commit
a1e8075fba
@ -2606,6 +2606,7 @@ void OBSBasic::ClearHotkeys()
|
||||
obs_hotkey_pair_unregister(streamingHotkeys);
|
||||
obs_hotkey_pair_unregister(recordingHotkeys);
|
||||
obs_hotkey_pair_unregister(pauseHotkeys);
|
||||
obs_hotkey_unregister(splitFileHotkey);
|
||||
obs_hotkey_pair_unregister(replayBufHotkeys);
|
||||
obs_hotkey_pair_unregister(vcamHotkeys);
|
||||
obs_hotkey_pair_unregister(togglePreviewHotkeys);
|
||||
|
Loading…
x
Reference in New Issue
Block a user