mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove redundant resolvePlaceholders call.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user