mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 12:57:27 +02:00
Adjust "Go Home" path for default content set
This commit is contained in:
parent
e2e742b12e
commit
ff22d98abf
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ LogWindow.prototype = {
|
|||
|
||||
function goHomeClicked() {
|
||||
if (interfacePath) {
|
||||
startInterface('hifi://localhost');
|
||||
startInterface('hifi://localhost/542.972,495.01,509.351/0,-0.385102,0,0.922874');
|
||||
} 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));
|
||||
|
|
Loading…
Reference in a new issue