pull/583/head
Simon Hyll 2 years ago
parent 319de692bf
commit 5e10c0a1b6
No known key found for this signature in database
GPG Key ID: CA56625234A31613

@ -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, .. }),
..
} = event
{

Loading…
Cancel
Save