Defaulting the bidding type to "" in new item dialog.

This commit is contained in:
2026-02-21 12:27:15 +01:00
parent 6cd205506f
commit 74470ba605

View File

@ -139,7 +139,7 @@ void NewItemDialog::resetContent() {
m_firstNameEdit->setText("");
m_shareTypeBox->setCurrentIndex(0);
m_amountSpinBox->setValue(1);
m_biddingTypeBox->setCurrentIndex(0);
m_biddingTypeBox->setCurrentIndex(4);
m_bidding1SpinBox->setValue(0);
m_bidding2SpinBox->setValue(0);
m_bidding3SpinBox->setValue(0);