bugfix audio widgets enabling

This commit is contained in:
thrust26 2020-05-11 16:18:43 +02:00
parent 259c0bf48f
commit c078bf135d
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ void VideoAudioDialog::loadConfig()
AudioSettings& audioSettings = instance().audioSettings();
// Enable sound
#ifndef SOUND_SUPPORT
#ifdef SOUND_SUPPORT
mySoundEnableCheckbox->setState(audioSettings.enabled());
#else
mySoundEnableCheckbox->setState(false);