mirror of
https://codeberg.org/dragongoose/safetwitch.git
synced 2024-11-02 14:14:00 +00:00
Add audio only setting
This commit is contained in:
parent
64fdfc664a
commit
c40f8a693b
1 changed files with 5 additions and 5 deletions
|
@ -11,11 +11,11 @@ export const setLanguage = (selectedLanguage: string, i18n: any) => {
|
|||
export function getDefaultSettings() {
|
||||
return {
|
||||
version: import.meta.env.SAFETWITCH_TAG,
|
||||
// audioOnly: {
|
||||
// name: 'Audio Only',
|
||||
// selected: false,
|
||||
// type: 'checkbox'
|
||||
// },
|
||||
audioOnly: {
|
||||
name: 'audioOnly',
|
||||
selected: false,
|
||||
type: 'checkbox'
|
||||
},
|
||||
defaultQuality: {
|
||||
name: 'defaultQuality',
|
||||
options: ['160p', '360p', '480p', '720p', '1080p'],
|
||||
|
|
Loading…
Reference in a new issue