main: add system tray icon - #4651
Conversation
|
I don't think this solves all the linked issues, the common request is a system tray for the daemon running in the background when the GUI quit, which as far as I can tell is not solved by this PR, but I did not compile it yet. |
Apologies, I should probably remove some of the linked issues. AFAIK it does not solve that problem. |
|
It also does not seem to solve the other issues since the common request is for the app to basically hide from the task bar, which is not what minimized does. This might be solvable with setting it to |
Fixed; this should work now. |
|
is this for windows only? |
No, it should be cross-platform. It works as expected on KDE as well. |
Adds a tray icon that can be used to (un)minimize the main window. Also includes a
Quitoption to close the app from the tray.TODO:
Resolves #4205
Resolves #2038
Resolves #3316