From 5e10c0a1b60c8de88b1d909a517abef729553ae7 Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Wed, 23 Aug 2023 02:36:08 +0200 Subject: [PATCH] merge --- plugins/fs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fs/src/lib.rs b/plugins/fs/src/lib.rs index aab60ce9..966f1288 100644 --- a/plugins/fs/src/lib.rs +++ b/plugins/fs/src/lib.rs @@ -83,7 +83,7 @@ pub fn init() -> TauriPlugin> { .on_event(|app, event| { if let RunEvent::WindowEvent { label: _, - event: WindowEvent::FileDrop(FileDropEvent::Dropped(paths)), + event: WindowEvent::FileDrop(FileDropEvent::Dropped { paths, .. }), .. } = event {