aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainwindow.cpp')
-rw-r--r--src/ui/mainwindow.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index d35499282..e177426f1 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -369,9 +369,13 @@ void MainWindow::showOutputState(const OutputState &st)
case OutputState::Volume:
{
m_generalHandler->setVolume(st.leftVolume(), st.rightVolume());
+ break;
+ }
+ case OutputState::VisualRemoved:
+ {
+ m_visMenu->updateActions();
}
}
-
}
void MainWindow::showDecoderState(const DecoderState &st)
{