From 79ddb2a5a3685cc881467535dd37e68ed316ce4e Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 6 Mar 2020 14:11:59 -0600 Subject: [PATCH] Added preset context menu back in --- DS4Windows/DS4Forms/ProfileEditor.xaml | 77 ++++- DS4Windows/DS4Forms/ProfileEditor.xaml.cs | 31 ++ .../ViewModels/ProfileSettingsViewModel.cs | 319 ++++++++++++++++++ 3 files changed, 413 insertions(+), 14 deletions(-) diff --git a/DS4Windows/DS4Forms/ProfileEditor.xaml b/DS4Windows/DS4Forms/ProfileEditor.xaml index f4e00b5..29546c7 100644 --- a/DS4Windows/DS4Forms/ProfileEditor.xaml +++ b/DS4Windows/DS4Forms/ProfileEditor.xaml @@ -32,6 +32,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -56,22 +91,36 @@