Change defualt theme to midnight blue colorful

Change default theme to midnight blue colorful so new user not need to see white theme
This commit is contained in:
gidoly
2022-01-16 11:21:51 +09:00
committed by GitHub
parent 480b03b645
commit 7582a5669a

View File

@@ -743,7 +743,7 @@ void Config::ReadUIValues() {
qt_config->beginGroup(QStringLiteral("UI"));
UISettings::values.theme =
ReadSetting(QStringLiteral("theme"), QString::fromUtf8(UISettings::themes[0].second))
ReadSetting(QStringLiteral("theme"), QString::fromUtf8(UISettings::themes[5].second))
.toString();
ReadBasicSetting(UISettings::values.enable_discord_presence);
ReadBasicSetting(UISettings::values.select_user_on_boot);