Ally Mappings

This commit is contained in:
Serge
2024-01-16 20:53:09 +01:00
parent 6dd4905b95
commit acef2407c7
2 changed files with 21 additions and 44 deletions

View File

@@ -103,7 +103,7 @@ namespace GHelper
if (value >= 0) AppConfig.Set(combo.Name, value);
else AppConfig.Remove(combo.Name);
AllyControl.SetBindings();
AllyControl.SetMapping();
}
private void Controller_Complete(object? sender, EventArgs e)