summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-03-16 20:26:05 +0000
committersr55 <[email protected]>2017-03-16 20:26:14 +0000
commite359b4e1fceb25ad9e9bd7f9543e50339d688e7a (patch)
tree01bea01e99706e6b8efdc52dfa5805575f214ef7 /win/CS/HandBrakeWPF/UserSettingConstants.cs
parentcdf2b1d0efe8265b66df05f428cf01ff67bb4621 (diff)
WinGui: Add option to show progress percentage in app title bar, and the task tray header and system tray tooltip. (Configured via preferences). #630
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r--win/CS/HandBrakeWPF/UserSettingConstants.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs
index a5ba0c7ff..a47c18583 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -231,6 +231,11 @@ namespace HandBrakeWPF
/// </summary>
public const string PresetExpandedStateList = "PresetExpandedStateList";
+ /// <summary>
+ /// Setting to turn on/off the ability to show status in the title bar.
+ /// </summary>
+ public const string ShowStatusInTitleBar = "ShowStatusInTitleBar";
+
#endregion
}
} \ No newline at end of file