Remove workaround for wrong account-list

This commit is contained in:
Siegfried Siegert 2023-07-27 09:59:20 +02:00
parent 0fd20d1dc4
commit 4df87873ce
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

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()));