diff options
-rw-r--r-- | plugingui/statusframecontent.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/statusframecontent.cc b/plugingui/statusframecontent.cc index 731c7b7..744c271 100644 --- a/plugingui/statusframecontent.cc +++ b/plugingui/statusframecontent.cc @@ -79,7 +79,7 @@ void StatusframeContent::updateContent() "Session samplerate: " + samplerate + "\n" // "Resampling enabled: " + resampling_enabled + "\n" "Resampling active: " + resampling_active + "\n" - // "Number of underruns: " + number_of_underruns + "\n" + "Number of underruns: " + number_of_underruns + "\n" ); } |