Skip to content
Snippets Groups Projects
Commit e4cd5a3a authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Removed warning about two sound cards - probably no need any more

parent 9b2c8f28
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ AudioOutSettings::AudioOutSettings(TaudioParams* aParams, QWidget* parent) :
realLay->addStretch(1);
m_playInputChB = new QCheckBox(tr("forward input to output"), this);
m_playInputChB->setChecked(m_params->forwardInput);
m_playInputChB->setStatusTip(tr("All sounds captured by audio input will be forwarded directly to output device.") +
" <b><span style=\"color: red;\">" + tr("IT WORKS ONLY FOR SINGLE SOUND CARD OR WITH ASIO OR JACK!") + "</span></b>");
m_playInputChB->setStatusTip(tr("All sounds captured by audio input will be forwarded directly to output device."));
realLay->addWidget(m_playInputChB, 0, Qt::AlignLeft);
m_realAGr->setLayout(realLay);
audioOutLay->addWidget(m_realAGr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment