From eed0db00fd32db239a19dd05c00ac726032330e8 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 26 Mar 2025 13:45:01 +0700 Subject: [PATCH] chore: allow shell open default browser --- src-tauri/capabilities/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 31ab5e187..0cb9b3e61 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -9,6 +9,7 @@ "permissions": [ "core:default", "shell:allow-spawn", + "shell:allow-open", { "identifier": "http:default", "allow": [{ "url": "https://*:*" }, { "url": "http://*:*" }],