Update audio codec setup page for Mac

This commit is contained in:
Dan Paulat 2025-06-18 21:54:47 -05:00
parent 55e7979070
commit ceb58c1a4c

View file

@ -124,6 +124,9 @@ void AudioCodecPage::Impl::SetInstructionsLabelText()
self_, self_,
[](const QString& link) [](const QString& link)
{ QDesktopServices::openUrl(QUrl {link}); }); { QDesktopServices::openUrl(QUrl {link}); });
#elif defined(__APPLE__)
instructionsLabel_->setText(tr(
"Please see the instructions for your Mac for installing media codecs."));
#else #else
instructionsLabel_->setText( instructionsLabel_->setText(
tr("Please see the instructions for your Linux distribution for " tr("Please see the instructions for your Linux distribution for "