Ally Mappings

This commit is contained in:
Serge
2024-01-17 12:18:59 +01:00
parent adcbe33fbb
commit c2aa4da1db
3 changed files with 31 additions and 32 deletions

View File

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