We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63001a1 commit 74bb6ebCopy full SHA for 74bb6eb
src-tauri/src/main.rs
@@ -4,7 +4,7 @@
4
)]
5
6
use tauri::{AboutMetadata, Manager};
7
-use tauri::{CustomMenuItem, PhysicalPosition, SystemTray, SystemTrayEvent, SystemTrayMenu, SystemTrayMenuItem};
+use tauri::{CustomMenuItem, PhysicalPosition, SystemTray, SystemTrayEvent, SystemTrayMenu};
8
9
#[cfg(target_os = "macos")]
10
use cocoa::appkit::{NSWindow, NSWindowButton, NSWindowStyleMask, NSWindowTitleVisibility};
0 commit comments