diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ecb4141..b9ec4f5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -173,7 +173,7 @@ void MainWindow::updateWindowTheme() { if (settings.value("windowTheme", "light").toString() == "dark") { qApp->setPalette(darkPalette); this->webEngine->setStyleSheet( - "QWebEngineView{background:rgb(17, 27, 33);}"); // whatsapp dark color + "QWebEngineView{background:rgb(17, 27, 33);}"); // whatsapp dark color } else { qApp->setPalette(lightPalette); this->webEngine->setStyleSheet( |