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) { 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: {