mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-18 06:45:54 -04:00
Fix canceling quick unlock when it is unavailable (#9034)
This commit is contained in:
parent
0e1b32adcd
commit
acb37db6f1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user