We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5d80f commit 62d7768Copy full SHA for 62d7768
chrome/player/options/options.mjs
@@ -471,7 +471,7 @@ exportButton.addEventListener('click', async () => {
471
toolSettings: await Utils.loadAndParseOptions('toolSettings', DefaultToolSettings),
472
}, null, 2)], {type: 'application/json'});
473
const url = URL.createObjectURL(blob);
474
- Utils.downloadURL(url, 'faststream-options.json');
+ Utils.downloadURL(url, 'faststream-options.json', true);
475
URL.revokeObjectURL(url);
476
});
477
0 commit comments