|
@@ -51,7 +51,7 @@ export const initTray = () => {
|
|
|
},
|
|
|
},
|
|
|
]);
|
|
|
- appIcon.setToolTip("菁苗健康");
|
|
|
+
|
|
|
appIcon.setContextMenu(contextMenu);
|
|
|
|
|
|
|
|
@@ -81,7 +81,8 @@ export const initTray = () => {
|
|
|
} else {
|
|
|
appIcon.setImage(ICONS[`icon9plus`]);
|
|
|
}
|
|
|
- appIcon.setToolTip(`菁苗健康-未读消息数量(${msgCount})`);
|
|
|
+ appIcon.setToolTip(`未读消息数量(${msgCount})`);
|
|
|
+
|
|
|
|
|
|
if (userObj.msg_type !== 2) {
|
|
|
|