mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Update correct proper for Gyro Mouse Trigger display
Related to issue #976
This commit is contained in:
parent
1eaeb15b72
commit
74ea3e674f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user