From 5efb0e4b878a15d582edf4f524f76c2b654c208b Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sun, 1 Mar 2026 12:00:19 +0100 Subject: [PATCH] fix: remove http:default capability (plugin not installed) --- src-tauri/capabilities/default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 26da36ed..2e10b17a 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -11,7 +11,6 @@ "dialog:default", "updater:default", "process:default", - "opener:default", - "http:default" + "opener:default" ] }