Re-apply Ally controller status on every wake up / reboot #3192

This commit is contained in:
Serge
2024-09-30 18:41:21 +02:00
parent 917fe112b8
commit ff5ac7de7e
2 changed files with 19 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ namespace GHelper
private void CheckController_CheckedChanged(object? sender, EventArgs e)
{
AppConfig.Set("controller_disabled", checkController.Checked ? 1 : 0);
AllyControl.ApplyXBoxStatus();
AllyControl.DisableXBoxController(checkController.Checked);
}
private void ComboBinding(RComboBox combo)