mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
WIP History
Restore from history works
This commit is contained in:
@@ -51,7 +51,7 @@ namespace ModernKeePass.Application.Database.Commands.SaveDatabase
|
||||
|
||||
_database.IsDirty = false;
|
||||
}
|
||||
catch (ArgumentException exception)
|
||||
catch (Exception exception)
|
||||
{
|
||||
throw new SaveException(exception);
|
||||
}
|
||||
|
Reference in New Issue
Block a user