diff options
author | sr55 <[email protected]> | 2020-08-22 16:52:06 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-08-22 16:52:06 +0100 |
commit | 37d3ddbe03bebdeafc82ac2cea725a64dbd50752 (patch) | |
tree | b65a18cd77332a76e636028ce6649e72ffe1face /win/CS/HandBrakeWPF/Views | |
parent | 60911f84a79dc5fd4988e2a37892b6607e00f937 (diff) |
WinGui: Add a menu option to allow exporting all user presets for easier backups #2917
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/PresetManagerView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/PresetManagerView.xaml b/win/CS/HandBrakeWPF/Views/PresetManagerView.xaml index 07186b94d..94a3d377d 100644 --- a/win/CS/HandBrakeWPF/Views/PresetManagerView.xaml +++ b/win/CS/HandBrakeWPF/Views/PresetManagerView.xaml @@ -107,6 +107,7 @@ <MenuItem cal:Message.Attach="[Event Click] = [Action Import]" Header="{x:Static Properties:Resources.ManagePresetView_Import}" /> <MenuItem cal:Message.Attach="[Event Click] = [Action Export]" Header="{x:Static Properties:Resources.ManagePresetView_Export}" /> + <MenuItem cal:Message.Attach="[Event Click] = [Action ExportUserPresets]" Header="{x:Static Properties:Resources.ManagePresetView_ExportUserPresets}" /> <Separator /> <MenuItem cal:Message.Attach="[Event Click] = [Action SetDefault]" Header="{x:Static Properties:Resources.ManagePresetView_SetDefault}" /> |