fix: Issues #I65G7Y 在 appinfo 界面执行搜索无反应

网页搜索未切换 stackedWidget

Log: 添加切换 stackedWidget 至 index 0 操作
This commit is contained in:
zty199 2022-12-09 12:41:29 +08:00
parent fbffe12501
commit b93f6362b7

@ -789,6 +789,7 @@ void Widget::searchApp(QString text)
}else{
ui->webEngineView->setUrl(serverUrl + "store/#/darksearch?keywords=" + text);
}
ui->stackedWidget->setCurrentIndex(0);
// spinner->stop();
// spinner->hide();
mutex.unlock();