Added filtering system to prepare_metric_for_sending. (#3139)

This commit is contained in:
gir489
2024-05-18 18:04:12 -04:00
committed by GitHub
parent 00f5c34e2a
commit 254f64f1af
4 changed files with 62 additions and 45 deletions

View File

@ -60,6 +60,8 @@ namespace big
ImGui::EndGroup();
ImGui::Checkbox("VIEW_GUI_FORMAT_MONEY"_T.data(), &g.window.gui.format_money);
ImGui::SameLine();
ImGui::Checkbox("METRIC_WARNING"_T.data(), &g.notifications.warn_metric);
if (g.window.ingame_overlay.show_indicators)
{