mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-22 23:46:29 +03:00
update RecentVaultsListItem_DoubleTapped in MainWindow.axaml.cs
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user