mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-31 10:39:14 -04: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."));
|
MessageBox::warning(this, tr("Error"), tr("Unable to fetch favicon."));
|
||||||
} else {
|
} else {
|
||||||
tempurl.setScheme("http");
|
tempurl.setScheme("http");
|
||||||
|
m_url = tempurl.url();
|
||||||
tempurl.setPath("/favicon.ico");
|
tempurl.setPath("/favicon.ico");
|
||||||
fetchFavicon(tempurl);
|
fetchFavicon(tempurl);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue