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 ?? {}), }, },