From 606852e47296089fb2cce4d7023cb3c6c942368f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 7 Sep 2024 18:30:23 +0200 Subject: [PATCH] Allow opening external links in an external browser --- runtime/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 4390a84f..014230ec 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -46,7 +46,7 @@ { "domain": "localhost", "windows": ["main"], - "enableTauriAPI": false + "enableTauriAPI": true } ] },