mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03: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:
parent
44085df592
commit
d1acd75068
3 changed files with 10 additions and 3 deletions
|
@ -965,7 +965,7 @@ void MainWindow::hideYubiKeyPopup()
|
|||
|
||||
void MainWindow::handleScreenLock()
|
||||
{
|
||||
if (config()->get("AutoCloseOnScreenLock").toBool()){
|
||||
if (config()->get("security/lockdatabasescreenlock").toBool()){
|
||||
lockDatabasesAfterInactivity();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue