Add new languages

This commit is contained in:
dragongoose
2023-09-08 20:47:54 -04:00
parent 528647d904
commit 5a81d24b3f
2 changed files with 11 additions and 1 deletions

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'
}
}
}