chore(deps): update to tauri alpha.12 (#593)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-07 00:11:07 -03:00
committed by GitHub
parent 70e535abd5
commit 4e2cef9b70
13 changed files with 117 additions and 124 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<Config>> {
.on_event(|app, event| {
if let RunEvent::WindowEvent {
label: _,
event: WindowEvent::FileDrop(FileDropEvent::Dropped(paths)),
event: WindowEvent::FileDrop(FileDropEvent::Dropped { paths, position: _ }),
..
} = event
{