mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
New toast action to show toast messages from XAML
Code cleanup for Sonar Tests corrections
This commit is contained in:
@@ -103,6 +103,9 @@ namespace ModernKeePass.Views.UserControls
|
||||
async command =>
|
||||
{
|
||||
database.Save();
|
||||
ToastNotificationHelper.ShowGenericToast(
|
||||
database.Name,
|
||||
resource.GetResourceValue("ToastSavedMessage"));
|
||||
database.Close(false);
|
||||
await OpenDatabase(resource);
|
||||
},
|
||||
|
Reference in New Issue
Block a user