Skip to content

Commit 62d7768

Browse files
committed
Fix #402
1 parent 3f5d80f commit 62d7768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/player/options/options.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ exportButton.addEventListener('click', async () => {
471471
toolSettings: await Utils.loadAndParseOptions('toolSettings', DefaultToolSettings),
472472
}, null, 2)], {type: 'application/json'});
473473
const url = URL.createObjectURL(blob);
474-
Utils.downloadURL(url, 'faststream-options.json');
474+
Utils.downloadURL(url, 'faststream-options.json', true);
475475
URL.revokeObjectURL(url);
476476
});
477477

0 commit comments

Comments
 (0)