mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Update audio codec setup page for Mac
This commit is contained in:
parent
55e7979070
commit
ceb58c1a4c
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@ void AudioCodecPage::Impl::SetInstructionsLabelText()
|
|||
self_,
|
||||
[](const QString& link)
|
||||
{ QDesktopServices::openUrl(QUrl {link}); });
|
||||
#elif defined(__APPLE__)
|
||||
instructionsLabel_->setText(tr(
|
||||
"Please see the instructions for your Mac for installing media codecs."));
|
||||
#else
|
||||
instructionsLabel_->setText(
|
||||
tr("Please see the instructions for your Linux distribution for "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue