mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 21:02:10 +08:00
There is a delay problem when optimizing the interface display
This commit is contained in:
parent
f6fe6c9558
commit
187ffeb636
@ -550,7 +550,7 @@ onMounted(() => {
|
||||
setTimeout(() => {
|
||||
// 显示窗口
|
||||
window.main.showWindow(data.blurHide);
|
||||
}, 100);
|
||||
}, 10);
|
||||
});
|
||||
})
|
||||
);
|
||||
|
@ -595,7 +595,7 @@ onMounted(() => {
|
||||
setTimeout(() => {
|
||||
// 显示窗口
|
||||
window.quickSearch.showWindow();
|
||||
}, 100);
|
||||
}, 10);
|
||||
});
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user