Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add an save to Settings Command Checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 11, 2023
1 parent 9f6d317 commit af271c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RotationSolver/UI/RotationConfigWindow_Param.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ internal static void DrawCheckBox(string name, SettingsCommand command, string d
{
Service.Config.SetValue(command, value);
otherThing?.Invoke();
Service.Config.Save();
});

ImGui.SameLine();
Expand Down

0 comments on commit af271c0

Please sign in to comment.