From 48855369022caee94e848afcd65413c3c73076e4 Mon Sep 17 00:00:00 2001 From: "liujialin@kylinos.cn" Date: Wed, 19 Oct 2022 19:21:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E6=A8=A1=E5=9D=97):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?PC=E4=B8=8EPC=E6=90=9C=E7=B4=A2=E6=96=87=E4=BB=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/mainwindow.cpp b/ui/mainwindow.cpp index ff3d2ee..f4a6c3f 100644 --- a/ui/mainwindow.cpp +++ b/ui/mainwindow.cpp @@ -927,6 +927,8 @@ void MainWindow::slotDownTempFileFinish(QString filePath) stopLoadUI(); if (m_isPcSearchInfo) { m_isPcSearchInfo = false; + m_isUpdated = true; + m_searchInfoPath = filePath; } else if (!filePath.isEmpty()) { FileInfo::fileOpen(filePath); } else {