thinking that SettingsProfiles up there might have originally been a typo?
This commit is contained in:
parent
9718656a01
commit
03e894daa0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user