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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index 59294d31a..46bf23c65 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -364,7 +364,7 @@ void MainWindow::showOutputState(const OutputState &st)
}
case OutputState::Volume:
{
- m_generalHandler->updateVolume(st.leftVolume(), st.rightVolume());
+ m_generalHandler->setVolume(st.leftVolume(), st.rightVolume());
}
}