aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorCrystalwarrior <Varsash@Gmail.com>2022-07-16 17:00:03 +0300
committerGitHub <noreply@github.com>2022-07-16 16:00:03 +0200
commit229a423e0f5ae7fd0fc95e286cd4691079a67b90 (patch)
treefc3f305e8f2cac34a56c3d54b00727abb73dc33b /include/courtroom.h
parentfef33dfc4fd5644c0db97fe33ff789fb55d6d081 (diff)
Add "chatbox_always_show" courtroom_config.ini option (#725)
* Add "chatbox_always_show" courtroom_config.ini option Remove copy-pasted code from set_widgets for initializing chatbox * make chatbox_always_show work with misc folders * Fix sticker disappearing despite chatbox_always_show setting Co-authored-by: stonedDiscord <Tukz@gmx.de>
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 8508d23e..deabb460 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -411,6 +411,7 @@ private:
int rainbow_counter = 0;
bool rainbow_appended = false;
bool blank_blip = false;
+ bool chatbox_always_show = false;
// Used for getting the current maximum blocks allowed in the IC chatlog.
int log_maximum_blocks = 0;