mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: save config when closing plugin installer
This commit is contained in:
parent
1e75bfdf3f
commit
f5d2093db9
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ namespace Dalamud.Plugin
|
|||
ImGui.SameLine(ImGui.GetWindowWidth() - ImGui.CalcTextSize(closeText).X - (16 * ImGui.GetIO().FontGlobalScale));
|
||||
if (ImGui.Button(closeText)) {
|
||||
windowOpen = false;
|
||||
this.dalamud.Configuration.Save();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue