Minor tweaks to the QMAP user interface.

This commit is contained in:
Joe Taylor
2023-02-23 11:28:41 -05:00
parent 3f7888a5c7
commit 631e3ed1cb
3 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ void MainWindow::on_actionSettings_triggered()
void MainWindow::on_monitorButton_clicked() //Monitor
{
if(m_monitoring) {
if(m_monitoring or m_loopall) {
m_monitoring=false;
soundInThread.setMonitoring(false);
m_loopall=false;