antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Multiple trays

benthillerkus opened this issue · comments

It seems that I can initiate multiple instances of SystemTray, however this package will actually only create the first one.
Atleast on win32 an app can have multiple tray menus.

This feature is useful if an app needs tray icons to convey status information, or if some subaction inside the app requires its own icon.

For example while doing a screen recording, ShareX will add an additional 🔴 to the tray.