mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Add new languages
This commit is contained in:
parent
528647d904
commit
5a81d24b3f
2 changed files with 11 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4e3330d7e5178cb75403e6a90ae81aea0f84d15b
|
||||
Subproject commit 898c2d31e71f1962e8be067287055b50c960ec34
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue