Fix plugin comboBox

This commit is contained in:
Stone_Red
2023-11-16 22:33:21 +01:00
parent 2c883787f7
commit aca4e84148
@@ -203,7 +203,7 @@ internal class SettingElementGenerator(ComboBox optionsComboBox)
{ {
try try
{ {
eComboBox.Value = comboBox.Text; eComboBox.Value = comboBox.SelectedItem.ToString();
} }
catch (Exception ex) catch (Exception ex)
{ {