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 b719a33 commit 0a6b063Copy full SHA for 0a6b063
Files/UserControls/NavigationToolbar/ModernNavigationToolbar.xaml
@@ -761,10 +761,7 @@
761
<MenuFlyoutItem x:Uid="NavigationToolbarNewWindow" Text="New Window" />
762
<MenuFlyoutItem x:Uid="NavigationToolbarCopyPath" Text="Copy Path" />
763
<MenuFlyoutSeparator />
764
- <MenuFlyoutItem
765
- x:Uid="NavigationToolbarPaste"
766
- Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.PasteItem_ClickAsync}"
767
- Text="Paste" />
+ <MenuFlyoutItem x:Uid="NavigationToolbarPaste" Text="Paste" />
768
<MenuFlyoutItem
769
x:Uid="NavigationToolbarOpenInTerminal"
770
Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.OpenDirectoryInTerminal}"
0 commit comments