mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
fix(TabNetwork): Labels had the same idea causing conflicts when using these elements
This commit is contained in:
parent
b2034df79d
commit
74aa6deff4
@ -26,7 +26,8 @@ namespace big
|
||||
|
||||
if (ImGui::Checkbox("Spoof Online Rank", g_settings.options["spoof_rank"].get<bool*>()))
|
||||
g_settings.save();
|
||||
if (ImGui::InputInt("Spoof Online Rank", (PINT)g_settings.options["rank"].get<int64_t*>(), 1, 50))
|
||||
|
||||
if (ImGui::InputInt(": Rank", (PINT)g_settings.options["rank"].get<int64_t*>(), 1, 50))
|
||||
g_settings.save();
|
||||
|
||||
ImGui::EndTabItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user