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
After compiling to an executable file with [tray] option, tray icon stays in tray menu until hovered. Same behavior with --prod flag.
The icon disappears only when mouse hovering over.
tray_icon_bug.mp4
What OS are you using (uname -a, or Windows version)?
Windows 10 22H2 (64bit)
What version Socket Runtime are you using?
0.6.0-rc.5 (d5637b5) (installed from npm @socketsupply/socket-win32-x64@0.6.0-rc.5)
What programming language are you using (C/C++/Go/Rust)?
rustc 1.82.0 (f6e511eec 2024-10-15)
What did you expect to see and what you saw instead?
Expecting tray icon to disappear when the application is closed.
After compiling to an executable file with [tray] option, tray icon stays in tray menu until hovered. Same behavior with
--prodflag.The icon disappears only when mouse hovering over.
tray_icon_bug.mp4
What OS are you using (
uname -a, or Windows version)?Windows 10 22H2 (64bit)
What version Socket Runtime are you using?
0.6.0-rc.5 (d5637b5) (installed from npm @socketsupply/socket-win32-x64@0.6.0-rc.5)
What programming language are you using (C/C++/Go/Rust)?
rustc 1.82.0 (f6e511eec 2024-10-15)
What did you expect to see and what you saw instead?
Expecting tray icon to disappear when the application is closed.