-
-
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] Can Tauri be visible in all workspaces of macOS? #6589
Comments
This was added to Tao in January: tauri-apps/tao#666. Since this was released in tao 0.15.9/0.16.0 (tauri 1.x is locked to 0.16) this could be added in a potential 1.4 release :) If you need it now you'd have to replicate the PR in Rust in your own code. |
We're soon to use Tauri in production at Sourcegraph; and would love this feature. I know +1 comments aren't useful, but figured I'd mention it just in case |
This seems to have been in tao since a few versions, but the API never got propagated all the way to Tauri. Is there any update on this? |
Any update on this? edit: seems like it was added to tauri |
Yes, I implemented it using Cocoa’s native functions. Here I have uploaded a test case for your reference. |
lovely mate, cheers! |
it works perfectly , thanks you @ninetyeights |
Please reopen this. 2.0 is alpha software. This issue is not fixed, because it is not scheduled to be released in a stable version. |
Describe the problem
I've searched for a lot of ways to implement a window that shows in all workspaces when switching workspaces in macOS, similar to the settings in Electron, as in the screenshot below, but I haven't found a way to do it, and I wonder if there's another way to do it?
Describe the solution you'd like
Is it possible to add this setting, or is there another solution?
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: