Save error is now handled via Messenger instead of unhandled exception handler (which didn't work)

Save as actually works now
WIP Styles
Code cleanup
This commit is contained in:
Geoffroy BONNEVILLE
2020-05-04 12:48:27 +02:00
parent 97b10baedc
commit 1e7662def7
33 changed files with 268 additions and 268 deletions

View File

@@ -183,6 +183,7 @@ namespace ModernKeePass.ViewModels
}
catch (SaveException exception)
{
// TODO: Implement save as
_notification.Show(exception.Source, exception.Message);
return;
}