You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use two instances of TaskbarIcon – one for displaying balloons and another for managing the system tray icon. This has resulted in having two icons in the system tray. I've tried hiding one of them using the Visibility property, but I've encountered a problem where the balloons are not displayed when I do this. Additionally, if I leave the Icon property for one TaskbarIcon unset, I still see an empty placeholder in the tray.
The text was updated successfully, but these errors were encountered:
I'm attempting to use two instances of TaskbarIcon – one for displaying balloons and another for managing the system tray icon. This has resulted in having two icons in the system tray. I've tried hiding one of them using the Visibility property, but I've encountered a problem where the balloons are not displayed when I do this. Additionally, if I leave the Icon property for one TaskbarIcon unset, I still see an empty placeholder in the tray.
The text was updated successfully, but these errors were encountered: