From 50cf77b79e11f0d1e4dfb420e3863ef82c2e2396 Mon Sep 17 00:00:00 2001 From: SpikeHD <25207995+SpikeHD@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:49:10 -0700 Subject: [PATCH] fix: macos proxy support --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e033f119..c0bac83a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ include-flate = "0.3" serde_json = "1" serde = { version = "1", features = ["derive"] } -tauri = { version = "2.0", features = ["macos-private-api", "devtools", "tray-icon", "image-png"] } +tauri = { version = "2.0", features = ["macos-private-api", "macos-proxy", "devtools", "tray-icon", "image-png"] } tauri-plugin-shell = "2.0.1" tauri-plugin-single-instance = "2.0" tauri-plugin-process = "2.0"