mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add some delayed saves and UI for that.
This commit is contained in:
parent
e8eff51d84
commit
5ba43c1b19
9 changed files with 58 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue