2 parents 7a974c7 + 01448d3 commit 6683b5cCopy full SHA for 6683b5c
1 file changed
src-tauri/src/lib.rs
@@ -10,7 +10,9 @@ mod tray;
10
11
use commands::shortcuts::GlobalShortcutState;
12
use commands::notifications::NotificationState;
13
-use std::sync::atomic::{AtomicBool, AtomicU64, Ordering};
+#[cfg(not(target_os = "macos"))]
14
+use std::sync::atomic::AtomicU64;
15
+use std::sync::atomic::{AtomicBool, Ordering};
16
use std::sync::Arc;
17
use tauri_plugin_window_state::{StateFlags, WindowExt};
18
0 commit comments