mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
feat: batch config saves
This commit is contained in:
parent
4769239b19
commit
9c16359914
17 changed files with 69 additions and 37 deletions
|
|
@ -88,7 +88,7 @@ public class BranchSwitcherWindow : Window
|
|||
var config = Service<DalamudConfiguration>.Get();
|
||||
config.DalamudBetaKind = pickedBranch.Key;
|
||||
config.DalamudBetaKey = pickedBranch.Value.Key;
|
||||
config.Save();
|
||||
config.QueueSave();
|
||||
}
|
||||
|
||||
if (ImGui.Button("Pick"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue