Skip to content

Commit eaf0f9b

Browse files
Luke BlevinsLuke Blevins
authored andcommitted
Re-enable Paste as New Button
1 parent 7257fc1 commit eaf0f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericFileBrowser.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public GenericFileBrowser()
6868
Forward.Click += Navigation.NavigationActions.Forward_Click;
6969
Refresh.Click += Navigation.NavigationActions.Refresh_Click;
7070
AllView.DoubleTapped += Interact.Interaction.List_ItemClick;
71-
//PasteItem.Click += Interact.Interaction.PasteItem_ClickAsync;
71+
Paste.Click += Interact.Interaction.PasteItem_ClickAsync;
7272

7373
}
7474

0 commit comments

Comments
 (0)