mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 23:32:57 +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() {
|
function onClicked() {
|
||||||
if (!shown) {
|
if (!shown) {
|
||||||
tablet.gotoWebScreen(APP_URL, "", true);
|
tablet.gotoWebScreen(APP_URL, "");
|
||||||
} else {
|
} else {
|
||||||
tablet.gotoHomeScreen();
|
tablet.gotoHomeScreen();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue