Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qtui: Make UI appear on Qt::ApplicationActive for macOS
If the status icon plugin is used with close to system tray the UI main window is closed. On macOS there is not an easy way to make it reappear. The system tray activation trigger is disabled on macOS. This is for good reason due to one button mouse support and that this usually is intended to open the status/tray menu. Instead we can handle the application state change activate signal which will fire when the dock icon is clicked.
- Loading branch information