Qt: Make dark fusion the default theme
This commit is contained in:
parent
c43957d385
commit
ee5bf410e6
|
@ -1181,7 +1181,7 @@ void MainWindow::setTheme(const QString& theme)
|
||||||
|
|
||||||
void MainWindow::updateTheme()
|
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"))
|
if (theme == QStringLiteral("qdarkstyle"))
|
||||||
{
|
{
|
||||||
qApp->setStyle(m_unthemed_style_name);
|
qApp->setStyle(m_unthemed_style_name);
|
||||||
|
|
Loading…
Reference in New Issue