mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: save config in PluginInstallerWindow::OnClose()
This commit is contained in:
parent
769bb5ad48
commit
33634f7fb9
1 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
this.filterText = Locs.SortBy_Alphabetical;
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void OnClose()
|
||||
{
|
||||
this.dalamud.Configuration.Save();
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void Draw()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue