We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a937fc commit c79b02fCopy full SHA for c79b02f
src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs
@@ -22,7 +22,6 @@ public string Description
22
public override bool IsExecutable =>
23
context.HasSelection &&
24
context.CanCreateItem &&
25
- (context.ShellPage?.ShellViewModel.WorkingDirectory != Path.GetPathRoot(context.ShellPage?.ShellViewModel.WorkingDirectory)) &&
26
UIHelpers.CanShowDialog;
27
28
public CreateAlternateDataStreamAction()
0 commit comments