diff options
author | sr55 <[email protected]> | 2020-02-23 13:59:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-02-23 13:59:30 +0000 |
commit | d051fe3375ef5cd60f808604a4d9c49c5722808f (patch) | |
tree | 29f8b588b52f225672255457ca7afd5c91e8923c /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | b203d0dee2677ee9e1a5f8ba5308d5c9543e2c35 (diff) |
WinGui: Improve Handling of Low Disk Space Alerts
- Preferences UI updated to make it clearer difference between Alert Level and Pause When Low options.
- Main Window UI around adding to Queue will now prompt and allow to Confirm / Deny adding to queue when disk space is low.
- Alerts are less agressive when bulk adding to the queue.
Fixes #2648
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 e5e7dfdce..e0133c457 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -37,7 +37,6 @@ namespace HandBrakeWPF public const string PreventSleep = "PreventSleep";
public const string PauseOnLowDiskspace = "PauseOnLowDiskspace";
public const string PauseQueueOnLowDiskspaceLevel = "LowDiskSpaceWarningLevelInBytes";
- public const string PauseEncodeOnLowDiskspaceLevel = "LowDiskSpaceEncodePauseLevelInBytes";
public const string RemovePunctuation = "RemovePunctuation";
public const string ShowPresetPanel = "ShowPresetPanelOption";
public const string ResetWhenDoneAction = "ResetWhenDoneAction";
|