Using the proper GetBiddingsOfHighestRound request on fetchCurrentBiddings again.

This commit is contained in:
2026-02-14 10:18:37 +01:00
parent bb5e894557
commit 29f913c532

View File

@ -300,8 +300,7 @@ void MainWindow::findItems() {
void MainWindow::fetchCurrentBiddings() {
showStatusMessage(tr("Invoked 'Server|Fetch current biddings'"));
// emit m_core->sendGetRequest(GetBiddingsOfHighestRound);
emit m_core->sendGetRequest(GetBiddingsOfSpecificRound, 2);
emit m_core->sendGetRequest(GetBiddingsOfHighestRound);
}
void MainWindow::execSettingsDialog() {