mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Fix plugin comboBox
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user