mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 21:04:19 -05:00
update m_url scheme after fallback to http
This commit is contained in:
parent
9ceadac299
commit
a888de19cd
@ -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…
x
Reference in New Issue
Block a user