mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-20 04:44:43 -04:00
Fix canceling quick unlock when it is unavailable (#9034)
This commit is contained in:
parent
318157d242
commit
55571b5d1b
1 changed files with 0 additions and 3 deletions
|
@ -538,9 +538,6 @@ bool DatabaseOpenWidget::isOnQuickUnlockScreen()
|
||||||
*/
|
*/
|
||||||
void DatabaseOpenWidget::resetQuickUnlock()
|
void DatabaseOpenWidget::resetQuickUnlock()
|
||||||
{
|
{
|
||||||
if (!isQuickUnlockAvailable()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#if defined(Q_CC_MSVC)
|
#if defined(Q_CC_MSVC)
|
||||||
getWindowsHello()->reset(m_filename);
|
getWindowsHello()->reset(m_filename);
|
||||||
#elif defined(Q_OS_MACOS)
|
#elif defined(Q_OS_MACOS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue