There is a delay problem when optimizing the interface display

This commit is contained in:
fanchenio 2023-11-07 10:34:48 +08:00
parent f6fe6c9558
commit 187ffeb636
2 changed files with 2 additions and 2 deletions

View File

@ -550,7 +550,7 @@ onMounted(() => {
setTimeout(() => {
//
window.main.showWindow(data.blurHide);
}, 100);
}, 10);
});
})
);

View File

@ -595,7 +595,7 @@ onMounted(() => {
setTimeout(() => {
//
window.quickSearch.showWindow();
}, 100);
}, 10);
});
})
);