benbuck / rbtray

A fork of RBTray from http://sourceforge.net/p/rbtray/code/.
GNU General Public License v2.0
1.08k stars 89 forks source link

[question] rbtray persistent own tray icon and menu #88

Closed ghost closed 2 years ago

ghost commented 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 ;
ivan commented 2 years ago

RBTray doesn't create a tray icon for itself; it does make one tray icon per window that you've sent to the tray.