malisipi / mui

A Cross-Platform UI Library
https://malisipi.github.io/mui/
Apache License 2.0
95 stars 9 forks source link

Suggesting Tray Menus #23

Closed Wajinn closed 9 months ago

Wajinn commented 1 year ago

Would be an enhancement, if MUI could have a tray menu (also called system tray menu) option for desktops. Note- could possibly be simplified as buttons inside a frame. This is when a user right clicks the icon, there will be selectable options of what they can do. In addition: 1) Setting for starting the main window from the icon or not (left click). 2) Have setting for tooltip or not (cursor on icon).

malisipi commented 1 year ago

It's really good idea. However in Linux, there are no unity for tray icons. So it could be hard to implement for Linux.

Wajinn commented 1 year ago

It's really good idea. However in Linux, there are no unity for tray icons. So it could be hard to implement for Linux.

If only on Windows, for now, would likely be a good step.

On Linux, appears libayatana-appindicator is commonly used, though obviously won't catch all distros.

Wajinn commented 9 months ago

If you haven't already seen it, might want to check out VTray. Appears their intention is to do Linux and macOS as well.

malisipi commented 9 months ago

Since we have a tray library for V, there are no requirement another tray library in V (if it's compatible with MUI). So i'm closing this issue with adding a reference this library to Readme file for see everyone who wants use tray library. 85295d1fb1fd4fa082f5976b567ebe0e9dfe2d59

If you have a problem about this issue please re-open the issue or create a new issue.