Merge pull request #5248 from Hejnewar/Allow-users-to-set-chat-lines-to-0
Allow users to set chat lines to 0.
This commit is contained in:
commit
1a2ed5df44
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
[slider]
|
||||
id = "chat_lines"
|
||||
definition = "default"
|
||||
minimum_value = 1
|
||||
minimum_value = 0
|
||||
maximum_value = 20
|
||||
step_size = 1
|
||||
tooltip = _ "Set the number of chat lines shown"
|
||||
|
|
Loading…
Add table
Reference in a new issue