Fix password clear timer inconsistency

* Fixes #10695
This commit is contained in:
Jonathan White 2024-05-08 07:22:55 -04:00
parent 8bc76a2a88
commit fbace75185

View File

@ -185,6 +185,9 @@ bool DatabaseOpenWidget::event(QEvent* event)
m_deviceListener->registerHotplugCallback(true, true, YubiKeyInterfaceUSB::ONLYKEY_USB_VID);
#endif
#endif
}
if (isVisible()) {
m_hideTimer.stop();
pollHardwareKey();
}