aboutsummaryrefslogtreecommitdiff
path: root/text_file_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'text_file_functions.cpp')
-rw-r--r--text_file_functions.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp
index b77e1788..1aebc35e 100644
--- a/text_file_functions.cpp
+++ b/text_file_functions.cpp
@@ -581,3 +581,9 @@ bool AOApplication::is_discord_enabled()
QString f_result = read_config("discord");
return !f_result.startsWith("false");
}
+
+bool AOApplication::ic_scroll_down_enabled()
+{
+ QString f_result = read_config("ic_scroll_down");
+ return f_result.startsWith("true");
+} \ No newline at end of file