This commit is contained in:
R.K
2024-05-09 02:06:25 -07:00
committed by GitHub
parent 29f226b316
commit 01f784de18
4 changed files with 5 additions and 8 deletions

View File

@ -59,7 +59,7 @@ namespace big
if (ImGui::Hotkey("VIEW_HOTKEY_SETTINGS_TOGGLE_VEHICLE_FLY"_T.data(), &g.settings.hotkeys.vehicle_flymode))
g_hotkey_service->update_hotkey("vehiclefly", g.settings.hotkeys.vehicle_flymode);
if (ImGui::Hotkey("CLEAR_WANTED_LEVEL"_T.data(), &g.settings.hotkeys.clear_wanted))
g_hotkey_service->update_hotkey("clearwantedlvl", g.settings.hotkeys.clear_wanted);
g_hotkey_service->update_hotkey("clearwantedself", g.settings.hotkeys.clear_wanted);
ImGui::PopItemWidth();
}