mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +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.
|
||||
isGoto = false,
|
||||
TABLET_ADDRESS_DIALOG = "hifi/tablet/TabletAddressDialog.qml",
|
||||
TABLET_EXPLORE_APP_UI = Script.resolvePath("../communityScripts/explore/explore.html"),
|
||||
|
||||
// Trigger values.
|
||||
leftTriggerOn = 0,
|
||||
|
@ -907,7 +907,7 @@
|
|||
var miniTabletProperties;
|
||||
|
||||
if (isGoto) {
|
||||
tablet.loadQMLSource(TABLET_ADDRESS_DIALOG);
|
||||
tablet.gotoWebScreen(TABLET_EXPLORE_APP_UI);
|
||||
} else {
|
||||
tablet.gotoHomeScreen();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue