summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-05-16 15:08:42 +0200
committerFedja Beader <fedja@protonmail.ch>2024-05-29 21:39:28 +0000
commit065c204bd2d88d5e1695aee782e44774469fecf3 (patch)
tree6e1b75d17aa67047ab1423b5910f4a07d1115d72 /src/defaults.cpp
parente5957be971758eaa33c92e92a1fec47cbd001ca2 (diff)
downloadmv-065c204bd2d88d5e1695aee782e44774469fecf3.tar.gz
mv-065c204bd2d88d5e1695aee782e44774469fecf3.tar.bz2
mv-065c204bd2d88d5e1695aee782e44774469fecf3.tar.xz
mv-065c204bd2d88d5e1695aee782e44774469fecf3.zip
Switch "show chat history" into a line limit field and considerably
raise default (5->100).
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 32084a1b5..eae83e1ab 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -232,7 +232,7 @@ void setConfigDefaults(Configuration &cfg)
AddDEF("allowCommandsInChatTabs", true);
AddDEF("serverMsgInDebug", true);
AddDEF("hideShopMessages", true);
- AddDEF("showChatHistory", true);
+ AddDEF("loadChatHistoryLines", 100);
AddDEF("chatMaxLinesLimit", 100);
AddDEF("chatColor", 0);
AddDEF("showJob", true);