mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
feat: batch config saves
This commit is contained in:
parent
4769239b19
commit
9c16359914
17 changed files with 69 additions and 37 deletions
|
|
@ -334,7 +334,7 @@ public sealed class EntryPoint
|
|||
Log.Information("User chose to disable plugins on next launch...");
|
||||
var config = Service<DalamudConfiguration>.Get();
|
||||
config.PluginSafeMode = true;
|
||||
config.Save();
|
||||
config.QueueSave();
|
||||
}
|
||||
|
||||
Log.CloseAndFlush();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue