io commander

This commit is contained in:
meelstorm
2025-07-19 15:57:59 +02:00
parent 40d74d6da6
commit cd70088d9a
46 changed files with 2198 additions and 28 deletions

View File

@@ -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);