diff --git a/src/KeyKeeper/Views/MainWindow.axaml.cs b/src/KeyKeeper/Views/MainWindow.axaml.cs index c8bb345..527ae1a 100644 --- a/src/KeyKeeper/Views/MainWindow.axaml.cs +++ b/src/KeyKeeper/Views/MainWindow.axaml.cs @@ -87,6 +87,7 @@ namespace KeyKeeper.Views { if (sender is Control c && c.DataContext is RecentFile recentFile) { + recentFilesService.Remember(recentFile.Path); OpenRepositoryWindow(new PassStoreFileAccessor(recentFile.Path, false, null)); } }