mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Name at tray hover
This commit is contained in:
parent
f94033a12f
commit
2b22fabf20
@ -42,7 +42,7 @@ export const createApp = async () => {
|
||||
},
|
||||
},
|
||||
]);
|
||||
tray.setToolTip('Alas');
|
||||
tray.setToolTip('SRC');
|
||||
tray.setContextMenu(contextMenu);
|
||||
tray.on('click', () => {
|
||||
if (mainWindow?.isVisible()) {
|
||||
|
Loading…
Reference in New Issue
Block a user