From 45e19b7293b21c7458b81ce1195203a253d408cf Mon Sep 17 00:00:00 2001 From: Karim Date: Sun, 5 Jul 2026 14:56:15 +0200 Subject: [PATCH] =?UTF-8?q?Tauri:=20dragDropEnabled=3Dfalse=20=E2=80=94=20?= =?UTF-8?q?HTML-Drag&Drop=20(Datei-Import)=20im=20Fenster=20wieder=20aktiv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 25fd444..8cb7f7b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,7 +12,8 @@ { "title": "cad", "width": 1400, - "height": 900 + "height": 900, + "dragDropEnabled": false } ], "security": {