|
@@ -51,7 +51,7 @@ export const initTray = () => {
|
|
|
},
|
|
|
},
|
|
|
]);
|
|
|
- appIcon.setToolTip("菁苗健康");
|
|
|
+ // appIcon.setToolTip("菁苗健康");
|
|
|
appIcon.setContextMenu(contextMenu);
|
|
|
|
|
|
// 服务端地址
|
|
@@ -81,7 +81,8 @@ export const initTray = () => {
|
|
|
} else {
|
|
|
appIcon.setImage(ICONS[`icon9plus`]);
|
|
|
}
|
|
|
- appIcon.setToolTip(`菁苗健康-未读消息数量(${msgCount})`);
|
|
|
+ appIcon.setToolTip(`未读消息数量(${msgCount})`);
|
|
|
+ // appIcon.setToolTip(`菁苗健康-未读消息数量(${msgCount})`);
|
|
|
|
|
|
if (userObj.msg_type !== 2) {
|
|
|
// 向渲染进程发送消息
|