mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Moved "Lock databases on screen lock" setting to security settings
widget. Changed wording and preference variable name for conformity with existing settings.
This commit is contained in:
committed by
thez3ro
parent
44085df592
commit
d1acd75068
@@ -965,7 +965,7 @@ void MainWindow::hideYubiKeyPopup()
|
||||
|
||||
void MainWindow::handleScreenLock()
|
||||
{
|
||||
if (config()->get("AutoCloseOnScreenLock").toBool()){
|
||||
if (config()->get("security/lockdatabasescreenlock").toBool()){
|
||||
lockDatabasesAfterInactivity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user