mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
Remove tablet message-box when required
Desktop request was being honoured but not HMD.
This commit is contained in:
parent
38916a3023
commit
7598c7aaf3
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ void DialogsManager::setDomainConnectionFailureVisibility(bool visible) {
|
|||
if (!hmd->getShouldShowTablet()) {
|
||||
hmd->openTablet();
|
||||
}
|
||||
} else {
|
||||
tablet->gotoHomeScreen();
|
||||
hmd->closeTablet();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue