Fix: Name at tray hover

This commit is contained in:
LmeSzinc 2023-09-11 18:35:41 +08:00
parent f94033a12f
commit 2b22fabf20

View File

@ -42,7 +42,7 @@ export const createApp = async () => {
},
},
]);
tray.setToolTip('Alas');
tray.setToolTip('SRC');
tray.setContextMenu(contextMenu);
tray.on('click', () => {
if (mainWindow?.isVisible()) {