Add new languages

This commit is contained in:
dragongoose 2023-09-08 20:47:54 -04:00
parent 528647d904
commit 5a81d24b3f
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5
2 changed files with 11 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4e3330d7e5178cb75403e6a90ae81aea0f84d15b
Subproject commit 898c2d31e71f1962e8be067287055b50c960ec34

View file

@ -32,6 +32,16 @@ export function getDefaultSettings() {
name: 'chatVisible',
selected: false,
type: 'checkbox'
},
streamTagsVisible: {
name: 'streamTagsVisible',
selected: true,
type: 'checkbox'
},
streamerAboutSectionVisible: {
name: 'streamerAboutSectionVisible',
selected: true,
type: 'checkbox'
}
}
}