web/settings: update twitterGif & videoQuality defaults

This commit is contained in:
wukko
2024-08-20 22:02:06 +06:00
parent 98be6f017c
commit cd9be54023

View File

@ -22,8 +22,8 @@ const defaultSettings: CobaltSettings = {
savingMethod: "download", savingMethod: "download",
tiktokH265: false, tiktokH265: false,
tiktokFullAudio: false, tiktokFullAudio: false,
twitterGif: false, twitterGif: true,
videoQuality: "720", videoQuality: "1080",
youtubeVideoCodec: "h264", youtubeVideoCodec: "h264",
youtubeDubBrowserLang: false, youtubeDubBrowserLang: false,
}, },