From f224d18d7f1161f26727ee25e7d5d7e3e7b2bc6c Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 8 Oct 2025 12:54:04 +0700 Subject: [PATCH] chore: turn off zoomHotkeysEnabled --- src-tauri/tauri.conf.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fb1b1950b..9e73322ee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,7 +13,6 @@ "macOSPrivateApi": true, "windows": [ { - "zoomHotkeysEnabled": true, "label": "main", "title": "Jan", "width": 1024, @@ -40,7 +39,12 @@ } ], "security": { - "capabilities": ["default", "logs-app-window", "logs-window", "system-monitor-window"], + "capabilities": [ + "default", + "logs-app-window", + "logs-window", + "system-monitor-window" + ], "csp": { "default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*", "connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https: http:",