mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-14 04:16:31 +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)
|
if (sender is Control c && c.DataContext is RecentFile recentFile)
|
||||||
{
|
{
|
||||||
|
recentFilesService.Remember(recentFile.Path);
|
||||||
OpenRepositoryWindow(new PassStoreFileAccessor(recentFile.Path, false, null));
|
OpenRepositoryWindow(new PassStoreFileAccessor(recentFile.Path, false, null));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user