fix: upgrader modal closable issue

This commit is contained in:
0xJacky 2023-01-11 14:23:53 +08:00
parent 3f91c3ec8d
commit 612d65676a
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -88,6 +88,7 @@ async function perform_upgrade() {
clearInterval(t)
progressStatus.value = 'success'
progressPercent.value = 100
modalClosable.value = true
log('Upgraded successfully')
})
}, 2000)