Update Stoat for desktop to AviaClient To desktop in hopes of changing the tray's name
This commit is contained in:
parent
910b356071
commit
02f1eb08ff
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export function initTray() {
|
||||||
export function updateTrayMenu() {
|
export function updateTrayMenu() {
|
||||||
tray.setContextMenu(
|
tray.setContextMenu(
|
||||||
Menu.buildFromTemplate([
|
Menu.buildFromTemplate([
|
||||||
{ label: "Stoat for Desktop", type: "normal", enabled: false },
|
{ label: "AviaClient for Desktop", type: "normal", enabled: false },
|
||||||
{
|
{
|
||||||
label: "Version",
|
label: "Version",
|
||||||
type: "submenu",
|
type: "submenu",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue