mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 21:35:22 -04:00
Rename "mixer" to "audioengine" on lmmsrc.xml (#6181)
This commit is contained in:
committed by
GitHub
parent
445b55f0f5
commit
eee1a81ff3
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user