Skip to content

Commit

Permalink
fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 29, 2020
1 parent 9244823 commit 854550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class IdleView {
]);

actions = [
m(Button, { label: 'Download', icon: 'download', a: { href: this.app.recording.url, download: 'recording.gif', target: '_blank' }, primary: true }),
m(Button, { label: 'Download', icon: 'download', a: { href: this.app.gif.url, download: 'recording.gif', target: '_blank' }, primary: true }),
m(Button, { label: 'Edit', icon: 'pencil', onclick: () => this.app.editGif() }),
m(Button, { label: 'Discard', icon: 'trashcan', onclick: () => this.app.discardGif() })
];
Expand Down

0 comments on commit 854550f

Please sign in to comment.