mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Entry history delete and restore work
This commit is contained in:
@@ -266,6 +266,12 @@ namespace ModernKeePass.Infrastructure.KeePass
|
||||
pwEntry.Touch(true);
|
||||
}
|
||||
|
||||
public void DeleteHistory(string entryId, int historyIndex)
|
||||
{
|
||||
var pwEntry = _pwDatabase.RootGroup.FindEntry(BuildIdFromString(entryId), true);
|
||||
pwEntry.History.RemoveAt((uint)historyIndex);
|
||||
}
|
||||
|
||||
public void UpdateGroup(string groupId)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
Reference in New Issue
Block a user