mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Remove redundant resolvePlaceholders call.
This commit is contained in:
parent
e9b704d21f
commit
363396037d
@ -114,7 +114,7 @@ void AutoType::performAutoType(const Entry* entry, QWidget* hideWindow, const QS
|
||||
|
||||
QString sequence;
|
||||
if (customSequence.isEmpty()) {
|
||||
sequence = entry->resolvePlaceholders(autoTypeSequence(entry));
|
||||
sequence = autoTypeSequence(entry);
|
||||
}
|
||||
else {
|
||||
sequence = customSequence;
|
||||
|
Loading…
Reference in New Issue
Block a user