diff --git a/HandheldCompanion/Views/Pages/DevicePage.xaml.cs b/HandheldCompanion/Views/Pages/DevicePage.xaml.cs index 94ab243fa..0b6307605 100644 --- a/HandheldCompanion/Views/Pages/DevicePage.xaml.cs +++ b/HandheldCompanion/Views/Pages/DevicePage.xaml.cs @@ -165,6 +165,9 @@ private void SettingsManager_SettingValueChanged(string? name, object value) case "LegionControllerGyroIndex": ComboBox_GyroController.SelectedIndex = Convert.ToInt32(value); break; + case "LegionBatteryChargeLimit": + Toggle_LegionBatteryChargeLimit.IsOn = Convert.ToBoolean(value); + break; case "SensorSelection": { int idx = Convert.ToInt32(value);