fix login-screen for hmd+tablet

This commit is contained in:
Seth Alves 2017-03-31 16:41:21 -07:00
parent 0181783290
commit 3cd134d138

View file

@ -251,7 +251,7 @@ static QString getUsername() {
}
void TabletProxy::initialScreen(const QVariant& url) {
if (getQmlTablet()) {
if (_qmlTabletRoot) {
pushOntoStack(url);
} else {
_initialScreen = true;