globaleaks / APAF

Anonymous Python Application Framework
33 stars 15 forks source link

Windows System Tray Icon #9

Open fpietrosanti opened 12 years ago

fpietrosanti commented 12 years ago

In order to provide easy access to server application on windows, APAF should provide support to "minimize to system tray".

That way the end-user can startup a server without having the APAF application always in his "desktop foreground" but running in "foreground" with easy-access system tray access.

The system tray icon must be configurable.

The basic options available trough the system tray on windows must be:

It should be possible to enable this feature on windows trough https://code.google.com/p/pysystray/ .