fix: defer saving config

This commit is contained in:
Anna
2022-02-04 23:31:36 -05:00
parent 0699f5129f
commit 2018d73519
2 changed files with 10 additions and 5 deletions
+3 -1
View File
@@ -129,7 +129,9 @@ internal sealed class Settings : IUiComponent {
config.UpdateFrom(this.Mutable);
this.Ui.Plugin.SaveConfig();
// save after 60 frames have passed, which should hopefully not
// commit any changes that cause a crash
this.Ui.Plugin.DeferredSaveFrames = 60;
this.Ui.Plugin.Store.FilterAllTabs(false);