Skip to content

Commit cc4a224

Browse files
committed
Fix: Fixed issue with opening recent files
1 parent 6f1c26f commit cc4a224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/UserControls/Widgets/RecentFilesWidget.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ private void RecentsView_ItemClick(object sender, ItemClickEventArgs e)
371371
RecentFileInvoked?.Invoke(this, new PathNavigationEventArgs()
372372
{
373373
ItemPath = recentItem.RecentPath,
374+
IsFile = true
374375
});
375376
}
376377

0 commit comments

Comments
 (0)