mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:36:39 +02:00
fix issue of tablet begin blank when switching between HMD and Desktop mode
This commit is contained in:
parent
0f374b5aa0
commit
cca29e849b
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ void TabletProxy::setToolbarMode(bool toolbarMode) {
|
||||||
_desktopWindow = nullptr;
|
_desktopWindow = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
loadHomeScreen(true);
|
|
||||||
emit screenChanged(QVariant("Home"), QVariant(TABLET_SOURCE_URL));
|
emit screenChanged(QVariant("Home"), QVariant(TABLET_SOURCE_URL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue