mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Resolve placeholders in entry details url
This commit is contained in:
parent
8416d69f1e
commit
b9fd609bb2
3 changed files with 19 additions and 4 deletions
|
@ -243,7 +243,8 @@ QString Entry::url() const
|
|||
|
||||
QString Entry::webUrl() const
|
||||
{
|
||||
return resolveUrl(m_attributes->value(EntryAttributes::URLKey));
|
||||
QString url = resolveMultiplePlaceholders(m_attributes->value(EntryAttributes::URLKey));
|
||||
return resolveUrl(url);
|
||||
}
|
||||
|
||||
QString Entry::username() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue