From bb402730363d0a2192015f5062f9fda409bf743e Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 26 May 2013 16:11:55 +0000 Subject: 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 --- win/CS/HandBrakeWPF/Model/SourceMenuItem.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrakeWPF/Model') 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 @@ -46,6 +46,11 @@ namespace HandBrakeWPF.Model /// public ObservableCollection Children { get; set; } + /// + /// Gets or sets a value indicating whether is drive. + /// + public bool IsDrive { get; set; } + /// /// Gets or sets the tag. /// -- cgit v1.2.3