UI: Unregister file splitting hotkey when clearing hotkeys

master
gxalpha 2022-08-03 19:26:10 +02:00 committed by Matt Gajownik
parent e6a03be487
commit a1e8075fba
1 changed files with 1 additions and 0 deletions

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