Skip to content

Commit

Permalink
Fix canceling quick unlock when it is unavailable (#9034)
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Feb 18, 2023
1 parent 0e1b32a commit acb37db
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 acb37db

Please sign in to comment.