mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 18:42:55 +02:00
Merge pull request #12597 from ElderOrb/FB12956
Fix for broken 'toggle audio meter' button
This commit is contained in:
commit
40d6e51da8
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue