mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Fix plugin comboBox
This commit is contained in:
@@ -203,7 +203,7 @@ internal class SettingElementGenerator(ComboBox optionsComboBox)
|
||||
{
|
||||
try
|
||||
{
|
||||
eComboBox.Value = comboBox.Text;
|
||||
eComboBox.Value = comboBox.SelectedItem.ToString();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user