We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053ef04 commit be1ae89Copy full SHA for be1ae89
settingswindow.cpp
@@ -733,6 +733,7 @@ void SettingsWindow::sendSignals()
733
? paletteEditor->variantToPalette(WIDGET_LOOKUP(paletteEditor))
734
: paletteEditor->systemPalette());
735
emit videoColor(QString("#%1").arg(WIDGET_LOOKUP(ui->windowVideoValue).toString()));
736
+ emit option("background-color", QString("#%1").arg(WIDGET_LOOKUP(ui->windowVideoValue).toString()));
737
emit infoStatsColors(QString("#%1").arg(WIDGET_LOOKUP(ui->windowInfoForegroundValue).toString()),
738
QString("#%1").arg(WIDGET_LOOKUP(ui->windowInfoBackgroundValue).toString()));
739
0 commit comments