mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Recent items list auto removes non existing files
Choosing a recent list item does not change the database file anymore
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ModernKeePass.Common
|
||||
|
||||
public GroupVm RootGroup { get; set; }
|
||||
public DatabaseStatus Status { get; private set; } = DatabaseStatus.Closed;
|
||||
public string Name => _pwDatabase?.Name;
|
||||
public string Name => DatabaseFile?.Name;
|
||||
|
||||
public StorageFile DatabaseFile
|
||||
{
|
||||
|
Reference in New Issue
Block a user