Refactor and move around config/settings window

This commit is contained in:
Asriel Camora
2024-03-22 23:59:00 -07:00
parent 28c271c714
commit 895e2a4460
7 changed files with 189 additions and 97 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable
"can vary wildly depending on the solver's settings.");
}
if (ImGui.Button("Open in Simulator", new(-1, 0)))
if (ImGui.Button("Open in Macro Editor", new(-1, 0)))
Service.Plugin.OpenMacroEditor(CharacterStats!, RecipeData!, new(Service.ClientState.LocalPlayer!.StatusList), Enumerable.Empty<ActionType>(), null);
}