Save Chose Unlocker Toggle State to Settings

- Saves the chosen toggle state for the specified unlocker in the settings
This commit is contained in:
Frog
2026-07-20 21:46:30 -07:00
parent 9468134c1a
commit 0b34bc1dad
+1
View File
@@ -1544,6 +1544,7 @@ internal sealed partial class MainForm : CustomForm
{
Program.UseSmokeAPI = useSmokeApiToggle.Checked;
useSmokeApiLabel.Text = useSmokeApiToggle.Checked ? "Selected Unlocker: SmokeAPI" : "Selected Unlocker: CreamAPI";
ProgramData.SaveSettings(Program.AppSettings);
selectionTreeView.Invalidate();
}