mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +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');
|
||||
} else {
|
||||
// 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',
|
||||
click: function() { startInterface('hifi://localhost'); },
|
||||
click: goHomeClicked,
|
||||
enabled: false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue