mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 14:52:47 +02:00
Merge branch 'android_remove_mic_bar' of https://github.com/gcalero/hifi into android_remove_mic_bar
This commit is contained in:
commit
b99f901595
1 changed files with 2 additions and 0 deletions
|
@ -3011,9 +3011,11 @@ void Application::onDesktopRootItemCreated(QQuickItem* rootItem) {
|
|||
auto surfaceContext = DependencyManager::get<OffscreenUi>()->getSurfaceContext();
|
||||
surfaceContext->setContextProperty("Stats", Stats::getInstance());
|
||||
|
||||
#if !defined(Q_OS_ANDROID)
|
||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||
auto qml = PathUtils::qmlUrl("AvatarInputsBar.qml");
|
||||
offscreenUi->show(qml, "AvatarInputsBar");
|
||||
#endif
|
||||
}
|
||||
|
||||
void Application::updateCamera(RenderArgs& renderArgs, float deltaTime) {
|
||||
|
|
Loading…
Reference in a new issue