mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Replace old Goto in mini tablet with Explore app
This commit is contained in:
parent
0150c46836
commit
a81a550e94
1 changed files with 2 additions and 2 deletions
|
@ -563,7 +563,7 @@
|
||||||
|
|
||||||
// Tablet targets.
|
// Tablet targets.
|
||||||
isGoto = false,
|
isGoto = false,
|
||||||
TABLET_ADDRESS_DIALOG = "hifi/tablet/TabletAddressDialog.qml",
|
TABLET_EXPLORE_APP_UI = Script.resolvePath("../communityScripts/explore/explore.html"),
|
||||||
|
|
||||||
// Trigger values.
|
// Trigger values.
|
||||||
leftTriggerOn = 0,
|
leftTriggerOn = 0,
|
||||||
|
@ -907,7 +907,7 @@
|
||||||
var miniTabletProperties;
|
var miniTabletProperties;
|
||||||
|
|
||||||
if (isGoto) {
|
if (isGoto) {
|
||||||
tablet.loadQMLSource(TABLET_ADDRESS_DIALOG);
|
tablet.gotoWebScreen(TABLET_EXPLORE_APP_UI);
|
||||||
} else {
|
} else {
|
||||||
tablet.gotoHomeScreen();
|
tablet.gotoHomeScreen();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue