fix(UI模块): 更新PC与PC搜索文件数据
This commit is contained in:
parent
392acd2775
commit
4885536902
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue