rafallopatka / ToastNotifications

Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
GNU Lesser General Public License v3.0
718 stars 171 forks source link

Toasts not remove from 'Application.Current.Windows' after hide action #117

Open ehsan12021 opened 4 years ago

ehsan12021 commented 4 years ago

Version 2.5.1

hello rafallopatka I debug my code and i recognize a bug which will not be destroyed from 'Application.Current.Windows' list after hiding a toast and stay inside it. I tried to close them with 'Close' method but not closed. thanks of you for your beautiful toast.