Remove workaround for wrong account-list

This commit is contained in:
2023-07-27 09:59:20 +02:00
parent 0fd20d1dc4
commit 4df87873ce

View File

@@ -234,7 +234,7 @@ void ATBDeviceControllerPlugin::private_startAccount()
// DEBUG
qCritical() << " latestAccountNumber = " << latestAccountNumber;
hw->log_selectVaultRecord(latestAccountNumber - 1);
hw->log_selectVaultRecord(latestAccountNumber);
this->accountCheckCounter = 0;
QTimer::singleShot(500, this, SLOT(private_checkAccountData()));