Fixed format_money not working. (#2969)

This commit is contained in:
gir489
2024-04-24 15:14:41 -04:00
committed by GitHub
parent 1fa3ef8a45
commit 51ee53ee51
6 changed files with 53 additions and 7 deletions

View File

@ -59,6 +59,8 @@ namespace big
ImGui::EndGroup();
ImGui::Checkbox("VIEW_GUI_FORMAT_MONEY"_T.data(), &g.window.gui.format_money);
if (g.window.ingame_overlay.show_indicators)
{
if (ImGui::TreeNode("VIEW_GUI_SETTINGS_OVERLAY_INDICATORS"_T.data()))