diff --git a/app/Helpers/ToastForm.cs b/app/Helpers/ToastForm.cs index a96cc509..6e8a449f 100644 --- a/app/Helpers/ToastForm.cs +++ b/app/Helpers/ToastForm.cs @@ -156,6 +156,12 @@ namespace GHelper.Helpers Show(); timer.Start(); + + Program.settingsForm.AccessibilityObject.RaiseAutomationNotification( + System.Windows.Forms.Automation.AutomationNotificationKind.ActionCompleted, + System.Windows.Forms.Automation.AutomationNotificationProcessing.MostRecent, + text); + }); }