less than ideal solution for category expander color

This commit is contained in:
ouwou
2021-07-19 01:42:55 -04:00
parent 8a4283edd1
commit 0250229e81
3 changed files with 16 additions and 2 deletions

View File

@@ -66,6 +66,10 @@ std::string SettingsManager::GetLinkColor() const {
return GetSettingString("misc", "linkcolor", "rgba(40, 200, 180, 255)");
}
std::string SettingsManager::GetChannelsExpanderColor() const {
return GetSettingString("misc", "expandercolor", "rgba(255, 83, 112, 255)");
}
int SettingsManager::GetCacheHTTPConcurrency() const {
return GetSettingInt("http", "concurrent", 20);
}