Compare commits

...

1 Commits

Author SHA1 Message Date
gidoly
7582a5669a Change defualt theme to midnight blue colorful
Change default theme to midnight blue colorful so new user not need to see white theme
2022-01-16 11:21:51 +09:00

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);