mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +02:00
fix interface missing alert text
This commit is contained in:
parent
e474a60971
commit
41a58f7ef4
1 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ function goHomeClicked() {
|
||||||
startInterface('hifi://localhost');
|
startInterface('hifi://localhost');
|
||||||
} else {
|
} else {
|
||||||
// show an error to say that we can't go home without an interface instance
|
// show an error to say that we can't go home without an interface instance
|
||||||
dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity Client", "Interface", false));
|
dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity client", "Interface", false));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -323,7 +323,7 @@ function buildMenuArray(serverState) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Go Home',
|
label: 'Go Home',
|
||||||
click: function() { startInterface('hifi://localhost'); },
|
click: goHomeClicked,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue