mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 14:31:03 -04:00
Merge branch 'master' of https://github.com/keepassx/keepassx
This commit is contained in:
commit
33ed4fd7cf
19 changed files with 111 additions and 86 deletions
|
@ -105,6 +105,8 @@ MainWindow::MainWindow()
|
|||
autoType()->registerGlobalShortcut(globalAutoTypeKey, globalAutoTypeModifiers);
|
||||
}
|
||||
|
||||
m_ui->actionEntryAutoType->setVisible(autoType()->isAvailable());
|
||||
|
||||
m_inactivityTimer = new InactivityTimer(this);
|
||||
connect(m_inactivityTimer, SIGNAL(inactivityDetected()),
|
||||
m_ui->tabWidget, SLOT(lockDatabases()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue