mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 18:48:32 +02:00
adding fix
This commit is contained in:
parent
bfb9b67968
commit
54aeac5d1f
1 changed files with 4 additions and 2 deletions
|
@ -140,8 +140,7 @@ int TabletButtonsProxyModel::buttonIndex(const QString &uuid) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
void TabletButtonsProxyModel::setPageIndex(int pageIndex)
|
||||
{
|
||||
void TabletButtonsProxyModel::setPageIndex(int pageIndex) {
|
||||
if (_pageIndex == pageIndex)
|
||||
return;
|
||||
|
||||
|
@ -465,6 +464,9 @@ void TabletProxy::onTabletShown() {
|
|||
_showRunningScripts = false;
|
||||
pushOntoStack("hifi/dialogs/TabletRunningScripts.qml");
|
||||
}
|
||||
if (_currentPathLoaded == TABLET_HOME_SOURCE_URL) {
|
||||
loadHomeScreen(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue