From 951b118d6a7816b5b423ea5fcaf8d48104a49fe4 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 27 Dec 2024 17:09:49 +0800 Subject: [PATCH] :bug: Fix local CLI debugging --- bin/helpers/tauriConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/helpers/tauriConfig.ts b/bin/helpers/tauriConfig.ts index 0fd6c1a..c16888e 100644 --- a/bin/helpers/tauriConfig.ts +++ b/bin/helpers/tauriConfig.ts @@ -20,7 +20,6 @@ let tauriConfig = { app: { ...CommonConf.app, trayIcon: { - ...CommonConf.app.trayIcon, ...(platformConfig?.app?.trayIcon ?? {}), }, },