mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #13634 from SimonWalton-HiFi/systray-go-home
Windows System-tray wording change
This commit is contained in:
commit
a375ea8bd6
1 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue