mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
update m_url scheme after fallback to http
This commit is contained in:
parent
9ceadac299
commit
a888de19cd
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ void EditWidgetIcons::fetchFavicon(const QUrl& url)
|
|||
MessageBox::warning(this, tr("Error"), tr("Unable to fetch favicon."));
|
||||
} else {
|
||||
tempurl.setScheme("http");
|
||||
m_url = tempurl.url();
|
||||
tempurl.setPath("/favicon.ico");
|
||||
fetchFavicon(tempurl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue