mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-21 18:42:20 +08:00
修复重新安装按钮文案错误
This commit is contained in:
parent
60ed4c5aff
commit
758b752d6e
@ -141,10 +141,10 @@ void AppIntoPage::openUrl(QUrl url)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
ui->downloadButton->setText(tr("Download"));
|
ui->downloadButton->setText(tr("Download"));
|
||||||
|
isDownloading();
|
||||||
ui->downloadButton->setEnabled(true);
|
ui->downloadButton->setEnabled(true);
|
||||||
ui->downloadButton->show();
|
ui->downloadButton->show();
|
||||||
}
|
}
|
||||||
isDownloading();
|
|
||||||
|
|
||||||
QStringList taglist = info["Tags"].toString().split(";");
|
QStringList taglist = info["Tags"].toString().split(";");
|
||||||
QString tmp=info["img_urls"].toString();
|
QString tmp=info["img_urls"].toString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user