mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-26 15:50:22 +02:00
FB14015 - Go To app does not close when selecting forward and back arrows on desktop
This commit is contained in:
parent
02422ba538
commit
faddc556d7
1 changed files with 4 additions and 1 deletions
|
@ -142,7 +142,10 @@ StackView {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
onHostChanged: updateLocationTextTimer.restart();
|
onHostChanged: {
|
||||||
|
updateLocationTextTimer.restart();
|
||||||
|
DialogsManager.hideAddressBar();
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: navBar
|
id: navBar
|
||||||
|
|
Loading…
Reference in a new issue