mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
fix login-screen for hmd+tablet
This commit is contained in:
parent
0181783290
commit
3cd134d138
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ static QString getUsername() {
|
|||
}
|
||||
|
||||
void TabletProxy::initialScreen(const QVariant& url) {
|
||||
if (getQmlTablet()) {
|
||||
if (_qmlTabletRoot) {
|
||||
pushOntoStack(url);
|
||||
} else {
|
||||
_initialScreen = true;
|
||||
|
|
Loading…
Reference in a new issue