Skip to content

Commit

Permalink
Fix password clear timer inconsistency
Browse files Browse the repository at this point in the history
* Fixes #10695
  • Loading branch information
droidmonkey committed Jun 16, 2024
1 parent 8bc76a2 commit fbace75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/DatabaseOpenWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit fbace75

Please sign in to comment.