Account: Increase wait time after conbox is removed
This commit is contained in:
parent
d02909fb97
commit
be76bfc3fd
@ -356,7 +356,7 @@ void ATBDeviceControllerPlugin::onCoinBoxRemoved()
|
||||
{
|
||||
qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()";
|
||||
|
||||
QTimer::singleShot(2000, this, SLOT(private_startAccount()));
|
||||
QTimer::singleShot(4000, this, SLOT(private_startAccount()));
|
||||
}
|
||||
|
||||
void ATBDeviceControllerPlugin::onCoinBoxInserted()
|
||||
|
Loading…
Reference in New Issue
Block a user