mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +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: {
|
onClicked: {
|
||||||
addressBarDialog.loadHome();
|
addressBarDialog.loadHome();
|
||||||
tabletRoot.shown = false;
|
tabletRoot.shown = false;
|
||||||
|
tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
|
tablet.gotoHomeScreen();
|
||||||
}
|
}
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
|
Loading…
Reference in a new issue