From d2875890165f245abb550678ae9e456881245fc2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 29 Apr 2017 22:25:57 +0200 Subject: Show underruns in UI. --- plugingui/statusframecontent.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui') 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" ); } -- cgit v1.2.3