Remove workaround for wrong account-list
This commit is contained in:
parent
0fd20d1dc4
commit
4df87873ce
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user