ForceSave() when enabling safe mode from the exception window

This commit is contained in:
goaaats 2025-04-25 21:43:27 +02:00
parent 0db49a5642
commit 999e3ea57a

View file

@ -316,7 +316,7 @@ public sealed class EntryPoint
Log.Information("User chose to disable plugins on next launch...");
var config = Service<DalamudConfiguration>.Get();
config.PluginSafeMode = true;
config.QueueSave();
config.ForceSave();
}
Log.CloseAndFlush();