We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581cf4f commit db0e1b9Copy full SHA for db0e1b9
1 file changed
src/native/tray.ts
@@ -25,7 +25,7 @@ export function initTray() {
25
const trayIcon = createTrayIcon();
26
tray = new Tray(trayIcon);
27
updateTrayMenu();
28
- tray.setToolTip("Stoat for Desktop");
+ tray.setToolTip("AviaClient for Desktop");
29
tray.setImage(trayIcon);
30
tray.on("click", () => {
31
if (mainWindow.isVisible()) {
0 commit comments