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