rbtray icon indicating copy to clipboard operation
rbtray copied to clipboard

[question] rbtray persistent own tray icon and menu

Open eladkarako opened this issue 2 years ago • 0 comments

not sure if I've misread it or not,
should rbtray be shown as well in the tray,
and should it have a right click menu?

if so I'm not getting it,
not the menu nor the icon.

I do get the normal functionality though.


I'm simulating the restore all functionality using this autohotkey script:

^+r::  
Run,  D:\Software\rbtray\RBTray.exe --exit
Sleep, 500
Sleep, 500
Sleep, 500
Run,  D:\Software\rbtray\RBTray.exe
return ;

eladkarako avatar Aug 10 '22 21:08 eladkarako