重新将托盘图标配置放到全局设置里面

This commit is contained in:
Tlntin
2022-12-28 16:07:40 +08:00
parent af891ea0a8
commit 51adb2aeea
3 changed files with 4 additions and 8 deletions

View File

@@ -9,6 +9,10 @@
}, },
"updater": { "updater": {
"active": false "active": false
},
"systemTray": {
"iconPath": "png/weread_512.png",
"iconAsTemplate": true
} }
}, },
"build": { "build": {

View File

@@ -1,9 +1,5 @@
{ {
"tauri": { "tauri": {
"systemTray": {
"iconPath": "png/weread_512.png",
"iconAsTemplate": true
},
"bundle": { "bundle": {
"icon": [ "icon": [
"png/weread_256.ico", "png/weread_256.ico",

View File

@@ -1,9 +1,5 @@
{ {
"tauri": { "tauri": {
"systemTray": {
"iconPath": "png/weread_256.ico",
"iconAsTemplate": true
},
"bundle": { "bundle": {
"icon": [ "icon": [
"png/weread_256.ico", "png/weread_256.ico",