Skip to content

Commit c931d2f

Browse files
committed
Update CreateAlternateDataStreamAction.cs
1 parent b37788e commit c931d2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ public string Label
1717
public string Description
1818
=> "CreateAlternateDataStreamDescription".GetLocalizedResource();
1919

20-
public RichGlyph Glyph
21-
=> new(themedIconStyle: "App.ThemedIcons.URL");
22-
2320
public override bool IsExecutable =>
2421
context.HasSelection &&
2522
context.CanCreateItem &&

0 commit comments

Comments
 (0)