fix: save config in PluginInstallerWindow::OnClose()

This commit is contained in:
goat 2021-08-15 16:48:02 +02:00
parent 769bb5ad48
commit 33634f7fb9
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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()
{