mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
修复 因ObjectName更改导致无法自动连接的问题
This commit is contained in:
@@ -93,7 +93,7 @@ void downloadlist::setSpeed(QString s)
|
||||
speed=s;
|
||||
}
|
||||
|
||||
void downloadlist::on_pushButton_clicked()
|
||||
void downloadlist::on_pushButton_install_clicked()
|
||||
{
|
||||
if(!isInstall){
|
||||
isInstall=true;
|
||||
|
||||
Reference in New Issue
Block a user