Add option to hide chat
This commit is contained in:
@ -17,6 +17,11 @@ export default {
|
||||
"selected": "480p",
|
||||
"type": "option"
|
||||
},
|
||||
"chatVisible": {
|
||||
"name": "Hide Chat",
|
||||
"selected": false,
|
||||
"type": "checkbox"
|
||||
},
|
||||
}
|
||||
} else {
|
||||
settings = JSON.parse(storedSettings)
|
||||
|
Reference in New Issue
Block a user