Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Nov 29, 2023
1 parent 288d9e8 commit d2b7d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/window-basic-settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3222,6 +3222,8 @@ void OBSBasicSettings::LoadHotkeySettings(obs_hotkey_id ignoreKey)
if (HandleSource(registerer, label, hw))
return;
break;
case OBS_HOTKEY_REGISTERER_NONE:
break;
}

hotkeys.emplace_back(
Expand Down

0 comments on commit d2b7d51

Please sign in to comment.