From 229a423e0f5ae7fd0fc95e286cd4691079a67b90 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Sat, 16 Jul 2022 17:00:03 +0300 Subject: 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 --- include/courtroom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/courtroom.h') 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; -- cgit