mirror of https://github.com/tauri-apps/tauri
fix(core): Expose `ClipboardManager` and `GlobalShortcutManager` (#2263)
This commit is contained in:
parent
84a0e04cbe
commit
6e0dbf639a
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
Make `ClipboardManager` and `GlobalShortcutManager` public as they are exposed in the `AppHandle`.
|
||||
|
|
@ -94,7 +94,7 @@ pub use {
|
|||
dpi::{LogicalPosition, LogicalSize, PhysicalPosition, PhysicalSize, Pixel, Position, Size},
|
||||
WindowEvent,
|
||||
},
|
||||
Icon, RunIteration, Runtime, UserAttentionType,
|
||||
ClipboardManager, GlobalShortcutManager, Icon, RunIteration, Runtime, UserAttentionType,
|
||||
},
|
||||
self::state::{State, StateManager},
|
||||
self::window::{Monitor, Window},
|
||||
|
|
Loading…
Reference in New Issue