Rename "mixer" to "audioengine" on lmmsrc.xml (#6181)

This commit is contained in:
Alexandre Almeida
2021-11-20 17:43:32 -03:00
committed by GitHub
parent 445b55f0f5
commit eee1a81ff3
6 changed files with 41 additions and 23 deletions

View File

@@ -579,7 +579,7 @@ void MainWindow::finalize()
// user and is using AudioDummy as a fallback
// or the audio device is set to invalid one
else if( Engine::audioEngine()->audioDevStartFailed() || !AudioEngine::isAudioDevNameValid(
ConfigManager::inst()->value( "mixer", "audiodev" ) ) )
ConfigManager::inst()->value( "audioengine", "audiodev" ) ) )
{
// if so, offer the audio settings section of the setup dialog
SetupDialog sd( SetupDialog::AudioSettings );