ui icon indicating copy to clipboard operation
ui copied to clipboard

Add systray support

Open xxxserxxx opened this issue 4 years ago • 0 comments

The feature would allow creation of programs that add system tray icons and menus.

Windows, Linux, and Darwin all have tray APIs; libappindicator on Linux with GTK and kdeconnect indicator for Qt; gdi32.dll on Windows; and NSApplicationDelegate in Cocoa on OSX. Having access to these functions would allow creation of utility programs that can be minimized in a standard way.

An implementation for Go exists which could be used as a reference starting point.

xxxserxxx avatar Mar 04 '21 14:03 xxxserxxx