diff --git a/DS4Windows/DS4Forms/ProfileEditor.xaml b/DS4Windows/DS4Forms/ProfileEditor.xaml index bc2074c..d49f909 100644 --- a/DS4Windows/DS4Forms/ProfileEditor.xaml +++ b/DS4Windows/DS4Forms/ProfileEditor.xaml @@ -64,6 +64,7 @@ + diff --git a/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs b/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs index fb9ddfb..b467bd4 100644 --- a/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs +++ b/DS4Windows/DS4Forms/ViewModels/ProfileSettingsViewModel.cs @@ -2190,6 +2190,15 @@ namespace DS4WinWPF.DS4Forms.ViewModels break; } } + else if (baseTag == 8) + { + actionBtns.AddRange(new object[5] + { + X360Controls.Unbound, X360Controls.Unbound, + X360Controls.Unbound, X360Controls.Unbound, + X360Controls.Unbound, + }); + } switch (highlightControl)