mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 08:25:52 +01:00
Shows if a volume is being emulated or not via the tooltip and status bar.
This commit is contained in:
@@ -300,7 +300,7 @@ void MixerToolBar::SetToolTips()
|
||||
|
||||
if (mOutputSlider->IsEnabled()) {
|
||||
mOutputSlider->SetToolTip(wxString::Format(
|
||||
_("Output Volume: %.2f"), mOutputSliderVolume));
|
||||
_("Output Volume: %.2f%s"), mOutputSliderVolume, gAudioIO->OutputMixerEmulated() ? _(" (emulated)") : wxT("")));
|
||||
}
|
||||
else {
|
||||
mOutputSlider->SetToolTip(
|
||||
|
||||
Reference in New Issue
Block a user