mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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)
|
||||
}
|
||||
|
||||
if (root.desktop) {
|
||||
if (isDesktop) {
|
||||
tablet.gotoHomeScreen();
|
||||
} else {
|
||||
HMD.closeTablet();
|
||||
|
|
Loading…
Reference in a new issue