mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 15:20:55 +00:00
Fixed #313. Fix Volume scroll working the opposite way it should in Firefox. Fix typo in setting description.
This commit is contained in:
parent
6da5d4c8b5
commit
ab8904a626
4 changed files with 9 additions and 3 deletions
|
@ -57,7 +57,7 @@ export default class Chat extends Module {
|
|||
ui: {
|
||||
path: 'Chat > Behavior >> General',
|
||||
title: 'Scrollback Length',
|
||||
description: 'Keep up to this many lines in chat. Setting this too high will create lage.',
|
||||
description: 'Keep up to this many lines in chat. Setting this too high will create lag.',
|
||||
component: 'setting-text-box',
|
||||
process(val) {
|
||||
val = parseInt(val, 10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue