summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-08-04 17:38:58 +0100
committersr55 <[email protected]>2020-08-04 17:39:06 +0100
commit1644b5099ffe6d815f65725321373fdf0dfd54f8 (patch)
treeb09a403a20823875e2053ec0acb3408b9f50c763 /win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
parent7388225bc6fd520364dbde9243ec365cebe6eafc (diff)
WinGui: Improvements to the new Preset Management UI.
- Add Category to the preset information pane. - Allow Preset Category to be changed for User Preset only. - Add "(Default Preset)" label on the info tab - Add button to Set Default Preset on the info tab. - Add Help Icon to open up the docs page (Per Mac UI) - Misc Fixes
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
index c93f0005e..f25e4559b 100644
--- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
@@ -1072,6 +1072,7 @@ namespace HandBrakeWPF.ViewModels
if (!this.PresetManagerViewModel.IsOpen)
{
this.PresetManagerViewModel.IsOpen = true;
+ this.PresetManagerViewModel.SetupWindow();
this.windowManager.ShowWindow(this.PresetManagerViewModel);
}
else if (this.PresetManagerViewModel.IsOpen)