Fix button placement in menu

This commit is contained in:
Andrei Abrudan 2022-07-17 21:51:47 +01:00
parent 1c2a763492
commit 9e214c1500

View File

@ -174,6 +174,8 @@ namespace cheat
if (ImGui::IsItemHovered())
ImGui::SetTooltip("Delete");
ImGui::SameLine();
if (ImGui::SmallButton("Dupe"))
config::DuplicateProfile(profileName);
if (ImGui::IsItemHovered())