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
{
eComboBox.Value = comboBox.Text;
eComboBox.Value = comboBox.SelectedItem.ToString();
}
catch (Exception ex)
{