diff options
author | sr55 <[email protected]> | 2020-02-05 19:35:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-02-05 19:35:49 +0000 |
commit | 8b405e1ad27528a6d247beae0973d1db3fb744c8 (patch) | |
tree | 100e109c44c7191e25f56bd55388e0f56e621da0 /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | 02c85d192886f055072d801dd7126114932d6c45 (diff) |
WinGui: Add a preference to enable/disable the power state monitoring. Also allow the user to set battery level % since Windows default of 32% is a bit high. This only shows on systems with a battery. Also resolve some UI rendering isssue on pause/resume. Fixes #2615
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index 2d69abee6..e5e7dfdce 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -75,5 +75,7 @@ namespace HandBrakeWPF public const string UseDarkTheme = "UseDarkTheme";
public const string PreviewRotationFlip = "PreviewRotationFlip";
public const string AlwaysUseDefaultPath = "AlwaysUseDefaultPath";
+ public const string PauseEncodingOnLowBattery = "PauseEncodingOnLowBattery";
+ public const string LowBatteryLevel = "LowBatteryLevel";
}
}
\ No newline at end of file |