-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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(macos): dock management api #2358
Comments
Hard to say what you mean because you didn't say much. Windows don't show up in the macOS Dock, so |
It is not possible for macOS so I will rename this issue to dock management. |
related to tauri-apps/tao#105 |
My use case, for whoever is looking at this in the future: The user can control whether the app runs in (a) both foreground and background or (b) foreground only, using a checkbox:
|
Check out these commits here: https://github.com/betamos/tauri/commits/betamos-head (Relies on an unpublished addition to Tao) I got everything to work except for one issue:
It works well otherwise, and everything I added is platform-gated with Alternative approachInstead of using archaic terminology such as
There's some precedent for this in |
|
Yes, I think only |
People have been mentioning |
It would be nice to be able to dynamically change the dock icon 🙂 |
Hey |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (required):
Additional context
Add any other context about the problem here.
Stack Trace
The text was updated successfully, but these errors were encountered: