This commit is contained in:
josc146
2023-06-13 22:47:17 +08:00
parent 631704d04d
commit 714b8834c7
2 changed files with 18 additions and 12 deletions

View File

@@ -250,7 +250,7 @@ export async function checkUpdate(notifyEvenLatest: boolean = false) {
toast(t('Downloading update, please wait. If it is not completed, please manually download the program from GitHub and replace the original program.'), {
type: 'info',
position: 'bottom-left',
autoClose: 30000
autoClose: false
});
setTimeout(() => {
UpdateApp(updateUrl).then(() => {