add prefetch (default off)
This commit is contained in:
@@ -61,3 +61,7 @@ std::string SettingsManager::GetLinkColor() const {
|
||||
int SettingsManager::GetCacheHTTPConcurrency() const {
|
||||
return GetSettingInt("http", "concurrent", 10);
|
||||
}
|
||||
|
||||
bool SettingsManager::GetPrefetch() const {
|
||||
return GetSettingBool("discord", "prefetch", false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user