mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-28 00:12:21 +08:00
fix:商店点击刷新线路之后未默认选中首位
This commit is contained in:
parent
2c1679d0af
commit
adf9032897
@ -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);
|
||||
readServerList();
|
||||
ui->comboBox_server->setCurrentIndex(0);
|
||||
|
||||
initConfig();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user