summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 555d3ab..87088b2 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -554,6 +554,8 @@ void MainWindow::mute_clicked()
muted = !muted;
if(muted) btn_mute->setPixmap(*img_unmute);
else btn_mute->setPixmap(*img_mute);
+
+ camera->setMute(muted);
}
#endif /*USE_GUI*/