diff options
author | sr55 <[email protected]> | 2020-06-30 21:05:09 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-06-30 21:05:09 +0100 |
commit | 4d5798c812a1caa4d3fdf0f6c505a9d612d33837 (patch) | |
tree | 04c20cdd2952efe725aa2ecbecf16e05e2fd2832 /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | 2e6809f9c3b7cda87269e4e6902138d42da95569 (diff) |
WinGui: Presets UI overhaul.
- Remove the deprecated side panel. The in-line preset selector is now always shown in it's place. This frees up significant horizontal space for upcoming enhancements.
- The toolbar "Presets" button now launches a new preset manager. Same design language as the Queue window allowing for better management of presets.
-- Add option to delete all built-in presets. #2963
This is considered an experimental design for now. It may or may not change.
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index 05f660eb6..5e21ae961 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -38,7 +38,6 @@ namespace HandBrakeWPF public const string PauseOnLowDiskspace = "PauseOnLowDiskspace";
public const string PauseQueueOnLowDiskspaceLevel = "LowDiskSpaceWarningLevelInBytes";
public const string RemovePunctuation = "RemovePunctuation";
- public const string ShowPresetPanel = "ShowPresetPanelOption";
public const string ResetWhenDoneAction = "ResetWhenDoneAction";
public const string DisableLibDvdNav = "DisableLibDvdNav";
public const string EnableQuickSyncDecoding = "EnableQuickSyncDecoding";
|