mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 19:07:40 +02:00
git goto button toggle hightlight
This commit is contained in:
parent
22521526ec
commit
909fda98a4
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ StackView {
|
||||||
addressBarDialog.loadAddress(addressLine.text, fromSuggestions)
|
addressBarDialog.loadAddress(addressLine.text, fromSuggestions)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (root.desktop) {
|
if (isDesktop) {
|
||||||
tablet.gotoHomeScreen();
|
tablet.gotoHomeScreen();
|
||||||
} else {
|
} else {
|
||||||
HMD.closeTablet();
|
HMD.closeTablet();
|
||||||
|
|
Loading…
Reference in a new issue