mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-02 07:56:20 +03:00
fix(core): import set_native_image
on macOS
This commit is contained in:
parent
6bfe7422eb
commit
6cd640fa0a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user