From 74ea3e674fcddea1ed59df31adb08ed9a8daedcd Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 28 Dec 2019 10:49:47 -0600 Subject: [PATCH] Update correct proper for Gyro Mouse Trigger display Related to issue #976 --- DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs b/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs index 5e2e153..5f068e7 100644 --- a/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs +++ b/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs @@ -1656,7 +1656,7 @@ namespace DS4WinWPF.DS4Forms.ViewModels triggerName.Add("Always On"); } - GyroMouseStickTrigDisplay = string.Join(", ", triggerName.ToArray()); + GyroMouseTrigDisplay = string.Join(", ", triggerName.ToArray()); } public void UpdateGyroMouseStickTrig(ContextMenu menu, bool alwaysOnChecked)