mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 04:42:11 +08:00
优化主界面搜索框,隐藏窗口时同时隐藏搜索框。
This commit is contained in:
parent
881fbc9f56
commit
92270def83
@ -523,6 +523,8 @@ onMounted(() => {
|
||||
// 监听显示窗口之前
|
||||
listens.push(
|
||||
window.main.onShowWindowBefore((data) => {
|
||||
// 隐藏搜索
|
||||
store.search = false;
|
||||
if (classificationContentRef.value) {
|
||||
// 如果分类ID不为空的话选择分类ID
|
||||
let selectedClassificationId: number | null =
|
||||
|
Loading…
Reference in New Issue
Block a user