3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-29 18:42:55 +02:00

Merge pull request from ElderOrb/FB12956

Fix for broken 'toggle audio meter' button
This commit is contained in:
John Conklin II 2018-03-20 11:03:32 -07:00 committed by GitHub
commit 40d6e51da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2706,6 +2706,7 @@ void Application::onDesktopRootContextCreated(QQmlContext* surfaceContext) {
surfaceContext->setContextProperty("ApplicationCompositor", &getApplicationCompositor());
surfaceContext->setContextProperty("AvatarInputs", AvatarInputs::getInstance());
surfaceContext->setContextProperty("Selection", DependencyManager::get<SelectionScriptingInterface>().data());
surfaceContext->setContextProperty("ContextOverlay", DependencyManager::get<ContextOverlayInterface>().data());
surfaceContext->setContextProperty("Wallet", DependencyManager::get<WalletScriptingInterface>().data());