mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-09 02:53:43 +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())
|
if (ImGui::IsItemHovered())
|
||||||
ImGui::SetTooltip("Delete");
|
ImGui::SetTooltip("Delete");
|
||||||
|
|
||||||
|
ImGui::SameLine();
|
||||||
|
|
||||||
if (ImGui::SmallButton("Dupe"))
|
if (ImGui::SmallButton("Dupe"))
|
||||||
config::DuplicateProfile(profileName);
|
config::DuplicateProfile(profileName);
|
||||||
if (ImGui::IsItemHovered())
|
if (ImGui::IsItemHovered())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user