Merge pull request #10094 from sethalves/tablet-ui-fix-hmd-login

fix login-screen for hmd+tablet
This commit is contained in:
Chris Collins 2017-03-31 17:17:30 -07:00 committed by GitHub
commit 6fe210da66

View file

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