Skip to content

Commit

Permalink
Docs: SystemTrayExtWindows::remove() is gone
Browse files Browse the repository at this point in the history
Fix docs following tauri-apps#153
  • Loading branch information
parasyte authored Dec 8, 2021
1 parent ffa7a5a commit 894c0c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/system_tray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
//! .unwrap();
//! ```
//!
//! # Windows
//! The icon is not removed automatically.
//!
//! Use `SystemTrayExtWindows` and use the `remove()` function when your application is closing.
//!
//! # Linux
//! A menu is required or the tray return an error containing `assertion 'G_IS_DBUS_CONNECTION (connection)'`.
//!
Expand Down

0 comments on commit 894c0c9

Please sign in to comment.