mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
ForceSave() when enabling safe mode from the exception window
This commit is contained in:
parent
0db49a5642
commit
999e3ea57a
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ public sealed class EntryPoint
|
||||||
Log.Information("User chose to disable plugins on next launch...");
|
Log.Information("User chose to disable plugins on next launch...");
|
||||||
var config = Service<DalamudConfiguration>.Get();
|
var config = Service<DalamudConfiguration>.Get();
|
||||||
config.PluginSafeMode = true;
|
config.PluginSafeMode = true;
|
||||||
config.QueueSave();
|
config.ForceSave();
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.CloseAndFlush();
|
Log.CloseAndFlush();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue