Merge pull request  from shenmo/Framescion
This commit is contained in:
shenmo 2022-12-19 02:11:26 +00:00 committed by Gitee
commit ffd31445b9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -96,9 +96,8 @@ void SettingsPage::on_pushButton_updateServer_clicked()
system("curl -o " + QDir::homePath().toUtf8() + "/.config/spark-store/server.list https://d.store.deepinos.org.cn/store/server-and-mirror.list");
ui->pushButton_updateServer->setEnabled(true);
ui->comboBox_server->setCurrentIndex(0);
readServerList();
ui->comboBox_server->setCurrentIndex(0);
});
}