From e7e7a31daa1caa1833f6ada4d69a27d6095ffe90 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 28 May 2022 21:14:35 +0530 Subject: [PATCH] Fix drag-n-drop not working --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b500ea4..dbcf9fb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -62,7 +62,8 @@ "height": 724, "center": true, "resizable": true, - "fullscreen": false + "fullscreen": false, + "fileDropEnabled": false } ], "security": {