Skip to content

Commit

Permalink
Only hide winfwchkbox in initDisplayTab
Browse files Browse the repository at this point in the history
  • Loading branch information
CoBC committed Aug 14, 2024
1 parent 737feeb commit 5e2667b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Client/qtTeamTalk/preferencesdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,9 @@ void PreferencesDlg::initSoundSystemTab()
ui.sndSysBox->addItem(tr("Windows legacy audio system"), SOUNDSYSTEM_WINMM);
#elif defined(Q_OS_DARWIN)
ui.sndSysBox->addItem(tr("CoreAudio"), SOUNDSYSTEM_COREAUDIO);
ui.winfwChkBox->hide();
#else
ui.sndSysBox->addItem(tr("Advanced Linux Sound Architecture (ALSA)"), SOUNDSYSTEM_ALSA);
ui.sndSysBox->addItem(tr("PulseAudio"), SOUNDSYSTEM_PULSEAUDIO);
ui.winfwChkBox->hide();
#endif
int comboIndex = ui.sndSysBox->findData(SoundSystem(ttSettings->value(SETTINGS_SOUND_SOUNDSYSTEM, SOUNDSYSTEM_NONE).toInt()));
if(comboIndex>=0)
Expand Down

0 comments on commit 5e2667b

Please sign in to comment.