Skip to content

Commit db0e1b9

Browse files
authored
Change Stoat from desktop to AviaClient to desktop
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
1 parent 581cf4f commit db0e1b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/native/tray.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function initTray() {
2525
const trayIcon = createTrayIcon();
2626
tray = new Tray(trayIcon);
2727
updateTrayMenu();
28-
tray.setToolTip("Stoat for Desktop");
28+
tray.setToolTip("AviaClient for Desktop");
2929
tray.setImage(trayIcon);
3030
tray.on("click", () => {
3131
if (mainWindow.isVisible()) {

0 commit comments

Comments
 (0)