Notifications.Wpf.Core
Notifications.Wpf.Core copied to clipboard
Notification windows disappear when the main window is minimized
It is now possible to specify the owner of notification windows. By default, the application's main window is used to maintain the previous behavior. However, it is possible to explicitly specify that no owner is required (null value) so that notification windows can be displayed even when the main window is minimized.
Fixes #7