mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
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:
@@ -183,6 +183,7 @@ namespace ModernKeePass.ViewModels
|
||||
}
|
||||
catch (SaveException exception)
|
||||
{
|
||||
// TODO: Implement save as
|
||||
_notification.Show(exception.Source, exception.Message);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user