Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to Disable Tray #76

Closed
hluk opened this issue Jul 9, 2013 · 0 comments
Closed

Option to Disable Tray #76

hluk opened this issue Jul 9, 2013 · 0 comments
Labels
feature New feature request

Comments

@hluk
Copy link
Owner

hluk commented Jul 9, 2013

There should be an option to completely remove the application icon from tray.

Tray will not be used if any of these are true:

  • user implicitly disabled tray,
  • tray is not available (QSystemTrayIcon::isSystemTrayAvailable() == false),
  • Qt doesn't create tray icon correctly (e.g. there is no tray icon in Qt 5 when using some window managers on X11).

In the latter two cases the option should be always enabled and hidden.

Window should be just minimized instead of closed if tray is disabled. Other option is to completely hide window but user should be able to open the window just by running the application again.

Closing minimized window (usually from context menu right clicking on a panel with windows) should close the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant