mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
fix effective autotype sequence
This commit is contained in:
parent
92e42b581f
commit
065a85e05c
4 changed files with 103 additions and 20 deletions
|
@ -192,6 +192,10 @@ QString Group::defaultAutoTypeSequence() const
|
|||
return m_data.defaultAutoTypeSequence;
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine the effective sequence that will be injected
|
||||
* This function return an empty string if the current group or any parent has autotype disabled
|
||||
*/
|
||||
QString Group::effectiveAutoTypeSequence() const
|
||||
{
|
||||
QString sequence;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue