We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been upstreamed from tauri-apps/tauri#3615
the need is to show/hide system tray on the fly by user's configuration for example, i just checked the doc that this feature is not implemented yet.
https://docs.rs/tauri/1.0.0-rc.3/tauri/struct.SystemTrayHandle.html
implement set_visible function to tauri::SystemTrayHandle, signature would be like:
set_visible
tauri::SystemTrayHandle
pub fn set_visible(&self, visible: bool) -> Result<()>
No response
The text was updated successfully, but these errors were encountered:
Closing as this is now being implemented in tray-icon crate tauri-apps/tray-icon#14, and will not be implemented in tao
tray-icon
tao
Sorry, something went wrong.
No branches or pull requests
Describe the problem
the need is to show/hide system tray on the fly by user's configuration for example, i just checked the doc that this feature is not implemented yet.
https://docs.rs/tauri/1.0.0-rc.3/tauri/struct.SystemTrayHandle.html
Describe the solution you'd like
implement
set_visible
function totauri::SystemTrayHandle
, signature would be like:pub fn set_visible(&self, visible: bool) -> Result<()>
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: