Skip to content

Commit

Permalink
fix(core): Expose ClipboardManager and GlobalShortcutManager (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemarier committed Aug 3, 2021
1 parent 84a0e04 commit 6e0dbf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/tauri-expose-shortcut-clipboard.md
@@ -0,0 +1,6 @@
---
"tauri": patch
---

Make `ClipboardManager` and `GlobalShortcutManager` public as they are exposed in the `AppHandle`.

2 changes: 1 addition & 1 deletion core/tauri/src/lib.rs
Expand Up @@ -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},
Expand Down

0 comments on commit 6e0dbf6

Please sign in to comment.