Skip to content

Commit be1ae89

Browse files
committed
Propagate background color to mpv too
Fixes mpc-qt#321
1 parent 053ef04 commit be1ae89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settingswindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ void SettingsWindow::sendSignals()
733733
? paletteEditor->variantToPalette(WIDGET_LOOKUP(paletteEditor))
734734
: paletteEditor->systemPalette());
735735
emit videoColor(QString("#%1").arg(WIDGET_LOOKUP(ui->windowVideoValue).toString()));
736+
emit option("background-color", QString("#%1").arg(WIDGET_LOOKUP(ui->windowVideoValue).toString()));
736737
emit infoStatsColors(QString("#%1").arg(WIDGET_LOOKUP(ui->windowInfoForegroundValue).toString()),
737738
QString("#%1").arg(WIDGET_LOOKUP(ui->windowInfoBackgroundValue).toString()));
738739

0 commit comments

Comments
 (0)