bkeiren/EasyImgur

Add option to hide notification tray icon

Opened this issue · 1 comments

Could you add a way to remove the notification icon, via an command line argument. Furthermore, could you add a command line argument to not display a notification, instead of having to use the GUI.

Hi @steelswordw,

Do the existing /noinfo (/q) and /noerr (/qq) command line options serve your purpose for hiding a notification? These should be specified in each upload command to supress the notifications for that command.

Additionally, if you specify /exit in an upload command, EasyImgur will terminate after uploading has finished, which also removes the tray icon (please note that Windows notoriously delays actual visual removal of tray icons until you mouse over them).

Please see the wiki page about Command Line Parameters for a description of these options as well as an extended list of available command line options.