mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Open from Explorer works again
Updated ModernKeePassLib
This commit is contained in:
@@ -44,10 +44,9 @@ namespace ModernKeePass.Views
|
||||
// Application now has read/write access to the picked file
|
||||
var file = await picker.PickSingleFileAsync().AsTask();
|
||||
if (file == null) return;
|
||||
|
||||
//var token = StorageApplicationPermissions.FutureAccessList.Add(file, file.Name);
|
||||
|
||||
// TODO: use service
|
||||
var token = StorageApplicationPermissions.MostRecentlyUsedList.Add(file, file.Name);
|
||||
var token = StorageApplicationPermissions.MostRecentlyUsedList.Add(file, file.Path);
|
||||
var fileInfo = new FileInfo
|
||||
{
|
||||
Path = file.Path,
|
||||
|
Reference in New Issue
Block a user