mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Add Autotype Entry-Attributes, Fix Group default sequence (#107)
This commit is contained in:
parent
0dfd2003f9
commit
405b82588b
7 changed files with 114 additions and 49 deletions
|
@ -201,6 +201,10 @@ QString Group::effectiveAutoTypeSequence() const
|
|||
group = group->parentGroup();
|
||||
} while (group && sequence.isEmpty());
|
||||
|
||||
if (sequence.isEmpty()) {
|
||||
sequence = "{USERNAME}{TAB}{PASSWORD}{ENTER}";
|
||||
}
|
||||
|
||||
return sequence;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue