mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Search shows entries results
Selecting a result goes to the Entry Page Auto-save on quit disabled
This commit is contained in:
@@ -98,7 +98,8 @@ namespace ModernKeePass
|
||||
private void OnSuspending(object sender, SuspendingEventArgs e)
|
||||
{
|
||||
var deferral = e.SuspendingOperation.GetDeferral();
|
||||
Database.Save();
|
||||
// TODO: save state?
|
||||
//Database.Save();
|
||||
deferral.Complete();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user