Save config when macro is renamed
This commit is contained in:
@@ -320,6 +320,7 @@ public sealed class MacroList : Window, IDisposable
|
||||
if (!string.IsNullOrWhiteSpace(popupMacroName))
|
||||
{
|
||||
popupMacro!.Name = popupMacroName;
|
||||
Service.Configuration.Save();
|
||||
ImGui.CloseCurrentPopup();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user