Skip to content

Commit 6e0dbf6

Browse files
authored
fix(core): Expose ClipboardManager and GlobalShortcutManager (#2263)
1 parent 84a0e04 commit 6e0dbf6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Make `ClipboardManager` and `GlobalShortcutManager` public as they are exposed in the `AppHandle`.
6+

core/tauri/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub use {
9494
dpi::{LogicalPosition, LogicalSize, PhysicalPosition, PhysicalSize, Pixel, Position, Size},
9595
WindowEvent,
9696
},
97-
Icon, RunIteration, Runtime, UserAttentionType,
97+
ClipboardManager, GlobalShortcutManager, Icon, RunIteration, Runtime, UserAttentionType,
9898
},
9999
self::state::{State, StateManager},
100100
self::window::{Monitor, Window},

0 commit comments

Comments
 (0)