From 028e4012aa87a98e0a67546016b7e928e60bd552 Mon Sep 17 00:00:00 2001 From: wonfen Date: Sun, 2 Mar 2025 04:09:50 +0800 Subject: [PATCH] fix: remove macos window title --- src-tauri/tauri.macos.conf.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 51090fe3..3359113f 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -32,11 +32,6 @@ } }, "app": { - "windows": [ - { - "title": "Clash Verge" - } - ], "trayIcon": { "iconPath": "icons/tray-icon-mono.ico", "iconAsTemplate": true