fix: 多次搜索后页面不显示

This commit is contained in:
2022-12-09 12:26:14 +08:00
parent c27c922d0b
commit 32350cf519

View File

@@ -791,6 +791,7 @@ void Widget::searchApp(QString text)
} }
// spinner->stop(); // spinner->stop();
// spinner->hide(); // spinner->hide();
ui->stackedWidget->setCurrentIndex(0);
mutex.unlock(); mutex.unlock();