mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-08 10:33:54 +08:00
Fix button placement in menu
This commit is contained in:
parent
1c2a763492
commit
9e214c1500
@ -174,6 +174,8 @@ namespace cheat
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip("Delete");
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if (ImGui::SmallButton("Dupe"))
|
||||
config::DuplicateProfile(profileName);
|
||||
if (ImGui::IsItemHovered())
|
||||
|
Loading…
x
Reference in New Issue
Block a user