Change Stoat from desktop to AviaClient to desktop
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
This commit is contained in:
parent
581cf4fce5
commit
db0e1b9647
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function initTray() {
|
||||||
const trayIcon = createTrayIcon();
|
const trayIcon = createTrayIcon();
|
||||||
tray = new Tray(trayIcon);
|
tray = new Tray(trayIcon);
|
||||||
updateTrayMenu();
|
updateTrayMenu();
|
||||||
tray.setToolTip("Stoat for Desktop");
|
tray.setToolTip("AviaClient for Desktop");
|
||||||
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