Skip to content

Commit 28dd8cd

Browse files
committed
Added icon to edit path action
1 parent 3dc4020 commit 28dd8cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/Actions/Global/EditPathAction.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ public HotKey HotKey
2020
public HotKey SecondHotKey
2121
=> new(Keys.D, KeyModifiers.Alt);
2222

23+
public RichGlyph Glyph
24+
=> new(themedIconStyle: "App.ThemedIcons.Omnibar.Path");
25+
2326
public EditPathAction()
2427
{
2528

0 commit comments

Comments
 (0)