Closed ghost closed 2 years ago
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 ;
RBTray doesn't create a tray icon for itself; it does make one tray icon per window that you've sent to the tray.
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: