diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 866e9d0599..1ea2e559cc 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2706,6 +2706,7 @@ void Application::onDesktopRootContextCreated(QQmlContext* surfaceContext) { surfaceContext->setContextProperty("ApplicationCompositor", &getApplicationCompositor()); + surfaceContext->setContextProperty("AvatarInputs", AvatarInputs::getInstance()); surfaceContext->setContextProperty("Selection", DependencyManager::get().data()); surfaceContext->setContextProperty("ContextOverlay", DependencyManager::get().data()); surfaceContext->setContextProperty("Wallet", DependencyManager::get().data());