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
windows system tray calling ShellNotifyIcon with NIM_ADD argument, and panic if syscall fail.
but ShellNotifyIcon with NIM_ADD can be failed when shell(explorer) is not exists yet. especially when app registed as start application via registry
To Reproduce
Having pretty bad computer
Register application at start application register key with systray support
Description
windows system tray calling ShellNotifyIcon with NIM_ADD argument, and panic if syscall fail.
but ShellNotifyIcon with NIM_ADD can be failed when shell(explorer) is not exists yet. especially when app registed as start application via registry
To Reproduce
Expected behaviour
retry or let developer handle this type of error
Screenshots
No response
Attempted Fixes
I created small patch for this
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: