mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
Save Chose Unlocker Toggle State to Settings
- Saves the chosen toggle state for the specified unlocker in the settings
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user