Qt: Make dark fusion the default theme

This commit is contained in:
Connor McLaughlin 2021-05-16 03:32:55 +10:00
parent c43957d385
commit ee5bf410e6
1 changed files with 1 additions and 1 deletions

View File

@ -1181,7 +1181,7 @@ void MainWindow::setTheme(const QString& theme)
void MainWindow::updateTheme()
{
QString theme = QString::fromStdString(m_host_interface->GetStringSettingValue("UI", "Theme", "default"));
QString theme = QString::fromStdString(m_host_interface->GetStringSettingValue("UI", "Theme", "darkfusion"));
if (theme == QStringLiteral("qdarkstyle"))
{
qApp->setStyle(m_unthemed_style_name);