chore: clean up tray tooltip format
All checks were successful
Build & Release / build (push) Successful in 2m28s
All checks were successful
Build & Release / build (push) Successful in 2m28s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fa250dda5f
commit
f0c4ffbc00
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export function initTray() {
|
||||||
const trayIcon = createTrayIcon();
|
const trayIcon = createTrayIcon();
|
||||||
tray = new Tray(trayIcon);
|
tray = new Tray(trayIcon);
|
||||||
updateTrayMenu();
|
updateTrayMenu();
|
||||||
tray.setToolTip(`Sanctum v${version}`);
|
tray.setToolTip(`Sanctum ${version}`);
|
||||||
tray.setImage(trayIcon);
|
tray.setImage(trayIcon);
|
||||||
tray.on("click", () => {
|
tray.on("click", () => {
|
||||||
if (mainWindow.isVisible()) {
|
if (mainWindow.isVisible()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue