mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 22:54:09 +02:00
Merge pull request #536 from kasenvr/housekeeping/update-explore-app
Housekeeping/update explore app
This commit is contained in:
commit
c2e350e971
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
||||||
ui = new AppUi({
|
ui = new AppUi({
|
||||||
buttonName: "EXPLORE",
|
buttonName: "EXPLORE",
|
||||||
home: Script.resolvePath("explore.html"),
|
home: Script.resolvePath("explore.html"),
|
||||||
graphicsDirectory: scriptDir
|
graphicsDirectory: scriptDir,
|
||||||
|
sortOrder: 8
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue