summaryrefslogtreecommitdiff
path: root/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-12-18 01:13:31 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-12-18 01:13:31 -0500
commit3916a50bf9a7b49a77d7c76b1e41a7773a04f53f (patch)
treefaa5decb5593b27686c7c1d4ff1c37305d634b1f /settings.hpp
parent776c350eb654c78a21a6163dcc82d802039c76e6 (diff)
downloadabaddon-portaudio-3916a50bf9a7b49a77d7c76b1e41a7773a04f53f.tar.gz
abaddon-portaudio-3916a50bf9a7b49a77d7c76b1e41a7773a04f53f.zip
add prefetch (default off)
Diffstat (limited to 'settings.hpp')
-rw-r--r--settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp
index c2a292d..a656ac9 100644
--- a/settings.hpp
+++ b/settings.hpp
@@ -15,6 +15,7 @@ public:
bool GetShowEmojis() const;
std::string GetLinkColor() const;
int GetCacheHTTPConcurrency() const;
+ bool GetPrefetch() const;
bool IsValid() const;