Add some delayed saves and UI for that.

This commit is contained in:
Ottermandias 2023-05-09 17:15:19 +02:00
parent e8eff51d84
commit 5ba43c1b19
9 changed files with 58 additions and 20 deletions

View file

@ -135,7 +135,7 @@ public class Configuration : IPluginConfiguration, ISavable
/// <summary> Save the current configuration. </summary>
public void Save()
=> _saveService.QueueSave(this);
=> _saveService.DelaySave(this);
/// <summary> Contains some default values or boundaries for config values. </summary>
public static class Constants