Update emuwindow.cpp

Co-Authored-By: RedDevilus <24227051+RedDevilus@users.noreply.github.com>
This commit is contained in:
Mrlinkwii 2020-09-25 15:22:07 +01:00
parent a40754dacb
commit 16bf80b370

View file

@ -828,7 +828,7 @@ void EmuWindow::update_status()
qApp->setStyleSheet("QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; }");
}
if (Settings::instance().l_theme)// Change to Light Theme
if (Settings::instance().l_theme)// Change to Light Theme
{
qApp->setStyle(QStyleFactory::create("Fusion"));
QPalette lightPalette;