Skip to content

Commit

Permalink
fix: version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrissdroid committed Jul 1, 2021
1 parent 60e3f2c commit 64aad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/utils/updateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default defineComponent({
console.log(data)
this.updating = true
this.percentage = 100
this.sendUpdateNotification(data.info.version)
this.sendUpdateNotification(data.version)
setTimeout(() => {
this.updating = false
Expand Down

0 comments on commit 64aad5b

Please sign in to comment.