ToastNotifications
ToastNotifications copied to clipboard
can show the notification in desktop not the application mainwindow?
This is already possible. As per documentation:
// PrimaryScreenPositionProvider Notifier notifier = new Notifier(cfg => { cfg.PositionProvider = new PrimaryScreenPositionProvider( corner: Corner.BottomRight, offsetX: 10, offsetY: 10); /* * */ });
See full documentation here.