mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Change sys-tray Sandbox menu item from Go Home to Visit Sandbox
This commit is contained in:
parent
6e3bede7d0
commit
64b18ee5b9
1 changed files with 3 additions and 3 deletions
|
@ -405,7 +405,7 @@ LogWindow.prototype = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
function goHomeClicked() {
|
function visitSandboxClicked() {
|
||||||
if (interfacePath) {
|
if (interfacePath) {
|
||||||
startInterface('hifi://localhost');
|
startInterface('hifi://localhost');
|
||||||
} else {
|
} else {
|
||||||
|
@ -439,8 +439,8 @@ var labels = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
goHome: {
|
goHome: {
|
||||||
label: 'Go Home',
|
label: 'Visit Sandbox',
|
||||||
click: goHomeClicked,
|
click: visitSandboxClicked,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
quit: {
|
quit: {
|
||||||
|
|
Loading…
Reference in a new issue