We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aead24 commit ea172bfCopy full SHA for ea172bf
plugins/global-shortcut/README.md
@@ -54,7 +54,7 @@ fn main() {
54
.setup(|app| {
55
#[cfg(desktop)]
56
{
57
- use tauri::Manager;
+ use tauri::Emitter;
58
use tauri_plugin_global_shortcut::{Code, Modifiers, ShortcutState};
59
60
app.handle().plugin(
0 commit comments