Fix password clear timer inconsistency

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

View File

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