mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-13 12:44:45 +02:00
feat: update to alpha.11 (#555)
This commit is contained in:
committed by
GitHub
parent
d5a7c77a8d
commit
d74fc0a097
File diff suppressed because one or more lines are too long
@@ -37,7 +37,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
|
||||
.invoke_handler(|invoke| {
|
||||
#[cfg(desktop)]
|
||||
{
|
||||
let handler: Box<dyn Fn(tauri::Invoke<R>) -> bool> =
|
||||
let handler: Box<dyn Fn(tauri::ipc::Invoke<R>) -> bool> =
|
||||
Box::new(tauri::generate_handler![
|
||||
desktop_commands::create,
|
||||
// getters
|
||||
|
||||
Reference in New Issue
Block a user