aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2024-05-20 08:47:27 -0500
committerin1tiate <32779090+in1tiate@users.noreply.github.com>2024-05-20 08:47:27 -0500
commitadf32f47275a2bac02034b848215d4413e0f9b37 (patch)
treec9b6bfa99b61d7ff97f6de4391534ee309fc3029 /src/options.h
parent4b0f7e4d806c79313e493a3c58818e995af25847 (diff)
Initial slide rebase commit
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 088e34ba..1ea76216 100644
--- a/src/options.h
+++ b/src/options.h
@@ -95,6 +95,11 @@ public:
bool networkedFrameSfxEnabled() const;
void setNetworkedFrameSfxEnabled(bool value);
+ // Returns the value of whether courtroom slide animations should be played
+ // on this client.
+ bool slidesEnabled() const;
+ void setSlidesEnabled(bool value);
+
// Returns the value of whether colored ic log should be a thing.
// from the config.ini.
bool colorLogEnabled() const;