mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
goto home button fix
This commit is contained in:
parent
909fda98a4
commit
cde9310f3e
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ StackView {
|
|||
onClicked: {
|
||||
addressBarDialog.loadHome();
|
||||
tabletRoot.shown = false;
|
||||
tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
tablet.gotoHomeScreen();
|
||||
}
|
||||
anchors {
|
||||
left: parent.left
|
||||
|
|
Loading…
Reference in a new issue