summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-05-26 16:11:55 +0000
committersr55 <[email protected]>2013-05-26 16:11:55 +0000
commitbb402730363d0a2192015f5062f9fda409bf743e (patch)
tree9b1b2ba85af0659c3d1410fa0cc3bd4dc30c9388 /win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
parentab11d3012d39eaa0991edbd069c602241d63905c (diff)
WinGui: Add an attached property to the source menu to handle drive detection rather than relying on callbacks from the OS.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5517 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/SourceMenuItem.cs')
-rw-r--r--win/CS/HandBrakeWPF/Model/SourceMenuItem.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs b/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
index b0c4a9766..f0b809849 100644
--- a/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
+++ b/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
@@ -47,6 +47,11 @@ namespace HandBrakeWPF.Model
public ObservableCollection<SourceMenuItem> Children { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether is drive.
+ /// </summary>
+ public bool IsDrive { get; set; }
+
+ /// <summary>
/// Gets or sets the tag.
/// </summary>
public object Tag { get; set; }