mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 00:13:44 +02:00
Don't display "CLOSE" and "BACK" buttons at top of Blocks screen
This commit is contained in:
parent
cd6d9b57c4
commit
07d8013e21
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
function onClicked() {
|
||||
if (!shown) {
|
||||
tablet.gotoWebScreen(APP_URL, "", true);
|
||||
tablet.gotoWebScreen(APP_URL, "");
|
||||
} else {
|
||||
tablet.gotoHomeScreen();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue