aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2020-01-15 16:42:44 +0300
committerCrystalwarrior <varsash@gmail.com>2020-01-15 16:42:44 +0300
commit6138bb107b5ab4d882e9ceb75e1394c2b8ec82a3 (patch)
treeb70164926e9e1d66ff5894b8ebdb04b59b3e79b7 /include/aoapplication.h
parentf30013f7f9d9ecb840948b99663e8b1e81a6971c (diff)
Separate screenshake options button from effects options button
Add a color logging option button Update version to 2.8.2
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index fe1a5b75..0ab6831b 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -172,14 +172,22 @@ public:
// from the config.ini.
bool is_discord_enabled();
- // Returns the value of whether shaking and flashing should be enabled.
+ // Returns the value of whether shaking should be enabled.
// from the config.ini.
- bool is_shake_flash_enabled();
+ bool is_shake_enabled();
+
+ // Returns the value of whether effects should be enabled.
+ // from the config.ini.
+ bool is_effects_enabled();
// Returns the value of whether frame-specific effects defined in char.ini should be sent/received over the network.
// from the config.ini.
bool is_frame_network_enabled();
+ // Returns the value of whether colored ic log should be a thing.
+ // from the config.ini.
+ bool is_colorlog_enabled();
+
// Returns the value of the maximum amount of lines the IC chatlog
// may contain, from config.ini.
int get_max_log_size();
@@ -396,7 +404,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 8;
- const int MINOR_VERSION = 1;
+ const int MINOR_VERSION = 2;
QString current_theme = "default";