commit 92f1507e3ee5cbbed1e47ec72738191c073e4f69
parent 330d4ef855d24d3ad5c9226f70175058076e888c
Author: Joris Hartog <jorishartog@hotmail.com>
Date: Thu, 13 Aug 2026 09:16:21 +0200
Enable external links from desktop UI
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json
@@ -5,6 +5,11 @@
"windows": [
"main"
],
+ "remote": {
+ "urls": [
+ "http://127.0.0.1:18661/*"
+ ]
+ },
"permissions": [
"core:default",
"shell:allow-open",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
@@ -9,6 +9,7 @@
"frontendDist": "../desktop"
},
"app": {
+ "withGlobalTauri": true,
"windows": [
{
"title": "iuna",