Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Jan 16, 2024
2 parents 5ca3088 + ee102f2 commit 6d5849a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DownloadButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default {
new JsFileDownloader({
url: this.downloadDetails.url,
process: this.showStatus,
filename: this.downloadDetails.filename
filename: this.downloadDetails.filename,
forceDesktopMode: true
})
.then(() => {
this.isDownloading = false;
Expand Down

0 comments on commit 6d5849a

Please sign in to comment.