From fd42d652d73d204feb9f747025198464070cf7fa Mon Sep 17 00:00:00 2001 From: Sibyl Date: Thu, 16 Jun 2022 13:51:43 +0300 Subject: [PATCH] add delay to update notification --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 3f36b32..f4ab6af 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,8 @@ onMounted(async () => { notifyRemove(updateText); await installUpdate(); await relaunch(); - } + }, + delay: 10000 }); } else { notify(updateText)