Feature Request: Add a debug setting for how many lines of history to show when LogShowHistory

LogShowHistoryLines is the setting
This change cleans up some very C code in lllogchat.cpp
This commit is contained in:
Inusaito Sayori
2013-09-14 20:55:19 -04:00
parent 9b984d425d
commit 0b20babd35
2 changed files with 19 additions and 36 deletions

View File

@@ -846,6 +846,19 @@ Found in Advanced->Rendering->Info Displays</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>LogShowHistoryLines</key>
<map>
<key>Comment</key>
<string>Lines of history to load from log file if LogShowHistory is true.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>32</integer>
<key>IsCOA</key>
<integer>1</integer>
</map>
<key>ContactsUseHorizontalButtons</key>
<map>
<key>Comment</key>