summaryrefslogtreecommitdiff
path: root/settings.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-07-19 01:42:55 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-07-19 01:42:55 -0400
commit0250229e8184ea18b8799feb1cc3622d847adec3 (patch)
tree79a361cf535f24c83a1e76ad0f8bfc0384f2f568 /settings.cpp
parent8a4283edd126366472af588ebf89580eca9c95c6 (diff)
downloadabaddon-portaudio-0250229e8184ea18b8799feb1cc3622d847adec3.tar.gz
abaddon-portaudio-0250229e8184ea18b8799feb1cc3622d847adec3.zip
less than ideal solution for category expander color
Diffstat (limited to 'settings.cpp')
-rw-r--r--settings.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.cpp b/settings.cpp
index 6083d96..2974dca 100644
--- a/settings.cpp
+++ b/settings.cpp
@@ -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);
}