Remove redundant tauri namespace in type definition

This commit is contained in:
Thorsten Sommer 2026-01-24 19:49:42 +01:00
parent da8a5e952b
commit c9b6619fc9
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -714,7 +714,7 @@ pub struct ShortcutResponse {
/// This is used by both `register_shortcut` and `resume_shortcuts` to
/// avoid code duplication.
fn register_shortcut_with_callback(
shortcut_manager: &mut impl tauri::GlobalShortcutManager,
shortcut_manager: &mut impl GlobalShortcutManager,
shortcut: &str,
shortcut_id: Shortcut,
event_sender: broadcast::Sender<Event>,