Notifications.Wpf.Core icon indicating copy to clipboard operation
Notifications.Wpf.Core copied to clipboard

Notification windows disappear when the main window is minimized

Open BadClone99 opened this issue 6 days ago • 0 comments

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

BadClone99 avatar Dec 23 '25 16:12 BadClone99