From b533f10a4ce4b01da3dbaf3094996af6c1a60ee9 Mon Sep 17 00:00:00 2001 From: Richard Stromer Date: Wed, 17 Apr 2024 12:51:05 +0200 Subject: [PATCH] docs: Add renamed fileDropEnabled to dragDropEnabled in migration v1 guide (#2075) * add renamed fileDropEnabled to dragDropEnabled in migration guide * Update src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx --------- Co-authored-by: Fabian-Lars --- src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx b/src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx index fa79fbac9a..e2f64b46e4 100644 --- a/src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx +++ b/src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx @@ -77,6 +77,7 @@ Below is a summary of the changes from Tauri 1.0 to Tauri 2.0: - `tauri > allowlist` removed. - `tauri > allowlist > protocol > assetScope` moved to `app > security > assetProtocol > scope`. - `tauri > cli` moved to `plugins > cli`. +- `tauri > windows > fileDropEnabled` renamed to `app > windows > dragDropEnabled`. - `tauri > updater > active` removed. - `tauri > updater > dialog` removed. - `tauri > updater` moved to `plugins > updater`.