mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Added dirty behavior
Removed restore action (-> Move action wip) Added additional check on DB size before auto saving Code cleanup
This commit is contained in:
@@ -48,8 +48,10 @@ namespace ModernKeePass.Application.Database.Commands.SaveDatabase
|
||||
_file.ReleaseFile(_database.FileAccessToken);
|
||||
_database.FileAccessToken = message.FilePath;
|
||||
}
|
||||
|
||||
_database.IsDirty = false;
|
||||
}
|
||||
catch (Exception exception)
|
||||
catch (ArgumentException exception)
|
||||
{
|
||||
throw new SaveException(exception);
|
||||
}
|
||||
|
Reference in New Issue
Block a user