mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-07 06:27:39 +03:00
Add an auto-type entry action.
This commit is contained in:
parent
bc207714da
commit
651c00239a
6 changed files with 49 additions and 1 deletions
|
@ -391,6 +391,11 @@ void DatabaseTabWidget::copyPassword()
|
|||
currentDatabaseWidget()->copyPassword();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::performAutoType()
|
||||
{
|
||||
currentDatabaseWidget()->performAutoType();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createGroup()
|
||||
{
|
||||
currentDatabaseWidget()->createGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue