diff --git a/core/tauri-runtime-wry/src/system_tray.rs b/core/tauri-runtime-wry/src/system_tray.rs index e9119d56c..a7f8a6b16 100644 --- a/core/tauri-runtime-wry/src/system_tray.rs +++ b/core/tauri-runtime-wry/src/system_tray.rs @@ -17,6 +17,9 @@ pub use wry::application::{ }, }; +#[cfg(target_os = "macos")] +pub use wry::application::platform::macos::CustomMenuItemExtMacOS; + use crate::{Error, Message, Result, TrayMessage}; use tauri_runtime::menu::MenuHash;