summaryrefslogtreecommitdiffstats
path: root/src/app/stateChange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/stateChange.cpp')
-rw-r--r--src/app/stateChange.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/stateChange.cpp b/src/app/stateChange.cpp
index 2418209..ab671dd 100644
--- a/src/app/stateChange.cpp
+++ b/src/app/stateChange.cpp
@@ -66,6 +66,7 @@ MainWindow::engineStateChanged( Engine::State state )
//FIXME bad design to do this way
m_volumeAction->setVolume(engine()->volume());
+ m_volumeAction->setMuted(engine()->isMuted());
}