Skip to content

Commit 0a6b063

Browse files
author
Yair Aichenbaum
committed
Removed broken command
1 parent b719a33 commit 0a6b063

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Files/UserControls/NavigationToolbar/ModernNavigationToolbar.xaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -761,10 +761,7 @@
761761
<MenuFlyoutItem x:Uid="NavigationToolbarNewWindow" Text="New Window" />
762762
<MenuFlyoutItem x:Uid="NavigationToolbarCopyPath" Text="Copy Path" />
763763
<MenuFlyoutSeparator />
764-
<MenuFlyoutItem
765-
x:Uid="NavigationToolbarPaste"
766-
Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.PasteItem_ClickAsync}"
767-
Text="Paste" />
764+
<MenuFlyoutItem x:Uid="NavigationToolbarPaste" Text="Paste" />
768765
<MenuFlyoutItem
769766
x:Uid="NavigationToolbarOpenInTerminal"
770767
Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.OpenDirectoryInTerminal}"

0 commit comments

Comments
 (0)