mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Corrected RecycleBin group bug
Database Settings page now has radio button for recycle bin
This commit is contained in:
@@ -94,7 +94,6 @@ namespace ModernKeePass.ViewModels
|
||||
{
|
||||
_database = database;
|
||||
Groups = _database?.RootGroup.Groups;
|
||||
Groups?.Insert(0, new GroupVm());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user