Skip to content

Commit

Permalink
Fix canceling quick unlock when it is unavailable (keepassxreboot#9034)
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey authored and dmaslenko committed Jan 30, 2023
1 parent f6a9444 commit 75243a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/DatabaseOpenWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,6 @@ bool DatabaseOpenWidget::isOnQuickUnlockScreen()
*/
void DatabaseOpenWidget::resetQuickUnlock()
{
if (!isQuickUnlockAvailable()) {
return;
}
#if defined(Q_CC_MSVC)
getWindowsHello()->reset(m_filename);
#elif defined(Q_OS_MACOS)
Expand Down

0 comments on commit 75243a8

Please sign in to comment.