thinking that SettingsProfiles up there might have originally been a typo?

This commit is contained in:
Michael Becker 2021-05-22 02:32:20 -04:00
parent 9718656a01
commit 03e894daa0
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -314,6 +314,8 @@ namespace UniversalEditor.UserInterface
SettingsDialog dlg = new SettingsDialog();
dlg.Text = title ?? "Options";
dlg.SettingsProfiles.Clear();
dlg.SettingsProviders.Clear();
dlg.SettingsProviders.Add(customOptions);
if (dlg.ShowDialog() == DialogResult.OK)