mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(core): import set_native_image on macOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user