Skip to content

Commit

Permalink
add delay to update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
metkm committed Jun 16, 2022
1 parent 0776a83 commit fd42d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ onMounted(async () => {
notifyRemove(updateText);
await installUpdate();
await relaunch();
}
},
delay: 10000
});
} else {
notify(updateText)
Expand Down

0 comments on commit fd42d65

Please sign in to comment.