mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[fix][ui] not displaying icons retrieved from a HTTP redirect
This commit is contained in:
@@ -196,8 +196,7 @@ class AppsTable(QTableWidget):
|
||||
self.window.install(pkgv)
|
||||
|
||||
def _load_icon_and_cache(self, http_response: QNetworkReply):
|
||||
|
||||
icon_url = http_response.url().toString()
|
||||
icon_url = http_response.request().url().toString()
|
||||
|
||||
icon_data = self.icon_cache.get(icon_url)
|
||||
icon_was_cached = True
|
||||
|
||||
Reference in New Issue
Block a user