mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 12:16:20 +08:00
Fix button placement in menu
This commit is contained in:
@ -174,6 +174,8 @@ namespace cheat
|
||||
if (ImGui::IsItemHovered())
|
||||
ImGui::SetTooltip("Delete");
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if (ImGui::SmallButton("Dupe"))
|
||||
config::DuplicateProfile(profileName);
|
||||
if (ImGui::IsItemHovered())
|
||||
|
Reference in New Issue
Block a user