Change the default download behaviour to the better "Open in web browser" value (#4683)

This commit is contained in:
absidue 2024-02-17 09:13:30 +01:00 committed by GitHub
parent 427d9a3859
commit 48e2f0c290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ const state = {
videoPlaybackRateInterval: 0.25,
downloadAskPath: true,
downloadFolderPath: '',
downloadBehavior: 'download',
downloadBehavior: 'open',
enableScreenshot: false,
screenshotFormat: 'png',
screenshotQuality: 95,