mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
fix(core): Expose ClipboardManager and GlobalShortcutManager (#2263)
This commit is contained in:
6
.changes/tauri-expose-shortcut-clipboard.md
Normal file
6
.changes/tauri-expose-shortcut-clipboard.md
Normal file
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user