UI: Unregister file splitting hotkey when clearing hotkeys

This commit is contained in:
gxalpha 2022-08-03 19:26:10 +02:00 committed by Matt Gajownik
parent e6a03be487
commit a1e8075fba

View file

@ -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);