mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
Hide Auto-Type action when it's not available.
This commit is contained in:
parent
2dde18b179
commit
ecb2e337ef
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,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