-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: add system tray icon, keep app running when closed #58
base: main
Are you sure you want to change the base?
Conversation
Run & review this pull request in StackBlitz Codeflow. |
It seems there was a WindowBuilder::with_config method, but it seems to have been removed 😕 For the minimize to tray disabling some UI might need to be added to elk upstream repository, which I'm not sure I can do, as I'm not that familiar with it's source & tauri in general (the APIs for communication between frontend and the tauri application) |
c469d0b
to
5acd1d4
Compare
As mentioned in the Elk discord server
https://discord.com/channels/1044887051155292200/1050490177304408074/1067554891049996398 |
This pull request adds a system tray and the common behavior of applications not stopping when closed with the option to reopen it inside the system tray.
Related
elk-zone/elk#1414