Skip to content

Commit c79b02f

Browse files
committed
Update CreateAlternateDataStreamAction.cs
1 parent 7a937fc commit c79b02f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public string Description
2222
public override bool IsExecutable =>
2323
context.HasSelection &&
2424
context.CanCreateItem &&
25-
(context.ShellPage?.ShellViewModel.WorkingDirectory != Path.GetPathRoot(context.ShellPage?.ShellViewModel.WorkingDirectory)) &&
2625
UIHelpers.CanShowDialog;
2726

2827
public CreateAlternateDataStreamAction()

0 commit comments

Comments
 (0)