qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

When explorer.exe dies e.g. coming from fullscreen game, icon disappears #46

Open Ciantic opened 4 years ago

Ciantic commented 4 years ago
  1. Open program with systray-rs
  2. Kill explorer.exe
  3. Start explorer.exe

Notice that the icon created by systray-rs does not re-appear.

Usually this is done with listening for TaskbarCreated message and recreating an icon.