io commander
This commit is contained in:
@@ -145,7 +145,10 @@ public partial class OptionsWindow : Form
|
||||
setting.Description,
|
||||
setting.Property,
|
||||
setting.Value,
|
||||
(newValue) => setting.Value = newValue,
|
||||
(newValue) =>
|
||||
{
|
||||
setting.Value = newValue;
|
||||
},
|
||||
this);
|
||||
|
||||
flowLayoutPanelSettings.Controls.Add(control);
|
||||
|
||||
Reference in New Issue
Block a user