summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/SourceMenuItem.cs')
-rw-r--r--win/CS/HandBrakeWPF/Model/SourceMenuItem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs b/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
index 00cb2e28f..035b7353f 100644
--- a/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
+++ b/win/CS/HandBrakeWPF/Model/SourceMenuItem.cs
@@ -57,7 +57,7 @@ namespace HandBrakeWPF.Model
{
get
{
- return !this.IsOpenFolder && (this.Children == null || this.Children.Count == 0);
+ return !this.IsOpenFolder && !this.IsDrive && (this.Children == null || this.Children.Count == 0);
}
}