Added filtering system to prepare_metric_for_sending. (#3139)
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user