diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 30470882d..2d54df4d3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -307,6 +307,7 @@ void MainWindow::showOutputState(const OutputState &st) display->setInfo(st); m_playlist->setInfo(st, m_core->length(), m_playListModel->totalLength()); m_titlebar->setInfo(st); + m_equalizer->setInfo(st); switch ((int) st.type()) { case OutputState::Playing: |
