diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-29 22:25:57 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-29 22:25:57 +0200 |
commit | d2875890165f245abb550678ae9e456881245fc2 (patch) | |
tree | 4a09c61cee73924608579301bc117951c09853c8 /plugingui/statusframecontent.cc | |
parent | 297f057c4af7155a1a3aa7eeaef543744d44834f (diff) |
Show underruns in UI.
Diffstat (limited to 'plugingui/statusframecontent.cc')
-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" ); } |