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:
Charles Dang 2020-11-14 17:28:06 +11:00 committed by GitHub
commit 1a2ed5df44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"