feat: add countdown for slow mode and timeouts (#6782)

This commit is contained in:
Ava Chow
2026-02-01 19:54:24 +08:00
committed by GitHub
parent 301417488f
commit f61cd1068c
12 changed files with 228 additions and 18 deletions
+2
View File
@@ -170,6 +170,8 @@ public:
BoolSetting showEmptyInput = {"/appearance/showEmptyInputBox", true};
BoolSetting showMessageLength = {"/appearance/messages/showMessageLength",
false};
BoolSetting showSendWaitTimer = {"/appearance/messages/showSendWaitTimer",
false};
EnumSetting<MessageOverflow> messageOverflow = {
"/appearance/messages/messageOverflow", MessageOverflow::Highlight};
BoolSetting separateMessages = {"/appearance/messages/separateMessages",