summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorScott <[email protected]>2015-10-09 22:22:28 +0100
committerScott <[email protected]>2015-10-24 19:50:57 +0100
commitf08c123b7723df0a84b5b72cbb485c052cb7747a (patch)
tree3acdac3073e292557c70e1e6c9c161750aa72054 /win/CS/HandBrakeWPF/UserSettingConstants.cs
parent913ca255c13ba8cdc35e9b2bf1c1c6bdc6c42fba (diff)
Initial commit to allow the Queue Window to be embedded in the main window. Still some UX/UI stuff to tidy up later.
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 f41b0d9e7..408f4061c 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -206,6 +206,11 @@ namespace HandBrakeWPF
/// </summary>
public const string ClearCompletedFromQueue = "ClearCompletedFromQueue";
+ /// <summary>
+ /// The Show Queue in-line option.
+ /// </summary>
+ public const string ShowQueueInline = "ShowQueueInline";
+
#endregion
}
} \ No newline at end of file