From 3424666ec951c38b3dd2727f903dfb6c2c739236 Mon Sep 17 00:00:00 2001 From: lencx Date: Wed, 28 Dec 2022 11:49:40 +0800 Subject: [PATCH] chore: tauri conf --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cac6ed8..f910cb1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,8 +30,8 @@ } }, "systemTray": { - "iconPath": "icons/tray-icon-light.png", - "iconAsTemplate": false, + "iconPath": "icons/tray-icon.png", + "iconAsTemplate": true, "menuOnLeftClick": false }, "bundle": {