mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Refactor in file open mechanisms: file is passed to user control
Confirmation dialogs on group and entry delete
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using ModernKeePass.Common;
|
||||
using Windows.Storage;
|
||||
using ModernKeePass.Common;
|
||||
|
||||
namespace ModernKeePass.ViewModels
|
||||
{
|
||||
@@ -7,6 +8,7 @@ namespace ModernKeePass.ViewModels
|
||||
private bool _isSelected;
|
||||
public string Token { get; set; }
|
||||
public string Name { get; set; }
|
||||
public StorageFile File { get; set; }
|
||||
|
||||
public bool IsSelected
|
||||
{
|
||||
|
Reference in New Issue
Block a user