aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-12-23 17:29:17 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2021-12-23 17:29:17 -0600
commit2eed786c776ba31e464e5929a6a0299a19897192 (patch)
tree82dd9106048009e219d49f7400a0b8e121cb0e85 /include/aoapplication.h
parentd9e69cca06ef98e6a0ea9bc22a990e735ee5a65f (diff)
Split logging option into text and demo
Apparently, people don't like logging demos because it takes up too much space. It's possible to enable NTFS compression for demo files (or the entire demos folder), though.
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 0c5359ad..957d7f6b 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -504,8 +504,11 @@ public:
// Get the message for the CM for casing alerts.
QString get_casing_can_host_cases();
- // Get if automatic logging is enabled
- bool get_auto_logging_enabled();
+ // Get if text file logging is enabled
+ bool get_text_logging_enabled();
+
+ // Get if demo logging is enabled
+ bool get_demo_logging_enabled();
// Get the subtheme from settings
QString get_subtheme();