mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 19:01:36 +00:00
Remove redundant tauri namespace in type definition
This commit is contained in:
parent
da8a5e952b
commit
c9b6619fc9
@ -714,7 +714,7 @@ pub struct ShortcutResponse {
|
|||||||
/// This is used by both `register_shortcut` and `resume_shortcuts` to
|
/// This is used by both `register_shortcut` and `resume_shortcuts` to
|
||||||
/// avoid code duplication.
|
/// avoid code duplication.
|
||||||
fn register_shortcut_with_callback(
|
fn register_shortcut_with_callback(
|
||||||
shortcut_manager: &mut impl tauri::GlobalShortcutManager,
|
shortcut_manager: &mut impl GlobalShortcutManager,
|
||||||
shortcut: &str,
|
shortcut: &str,
|
||||||
shortcut_id: Shortcut,
|
shortcut_id: Shortcut,
|
||||||
event_sender: broadcast::Sender<Event>,
|
event_sender: broadcast::Sender<Event>,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user