Change sys-tray Sandbox menu item from Go Home to Visit Sandbox

This commit is contained in:
Simon Walton 2018-07-18 13:11:20 -07:00
parent 6e3bede7d0
commit 64b18ee5b9

View file

@ -405,7 +405,7 @@ LogWindow.prototype = {
}
};
function goHomeClicked() {
function visitSandboxClicked() {
if (interfacePath) {
startInterface('hifi://localhost');
} else {
@ -439,8 +439,8 @@ var labels = {
}
},
goHome: {
label: 'Go Home',
click: goHomeClicked,
label: 'Visit Sandbox',
click: visitSandboxClicked,
enabled: false
},
quit: {