mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-05 02:25:37 -05:00
parent
3b29f20d60
commit
f0204dbb10
5 changed files with 12 additions and 16 deletions
|
|
@ -1536,11 +1536,6 @@ void MainWindow::toggleWindow()
|
|||
|
||||
void MainWindow::lockDatabasesAfterInactivity()
|
||||
{
|
||||
// ignore event if a modal dialog is open (such as a message box or file dialog)
|
||||
if (QApplication::activeModalWidget()) {
|
||||
return;
|
||||
}
|
||||
|
||||
m_ui->tabWidget->lockDatabases();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue