Toast notifications and undo mechanism now works! (for group and entries)

This commit is contained in:
2017-11-08 14:42:41 +01:00
committed by BONNEVILLE Geoffroy
parent bc6e7d0097
commit dc62cedb74
8 changed files with 148 additions and 126 deletions
+1
View File
@@ -12,5 +12,6 @@ namespace ModernKeePass.Interfaces
bool IsEditMode { get; }
void CommitDelete();
void UndoDelete();
}
}