mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[fix][ui] not displaying icons retrieved from a HTTP redirect
This commit is contained in:
@@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- **About** window icons scaling
|
||||
- Toolbar buttons get hidden [#5](https://github.com/vinifmor/bauh/issues/5)
|
||||
- minor bug fixes
|
||||
- not displaying icons retrieved from a HTTP redirect
|
||||
|
||||
### UI
|
||||
- **Style selector** and **Application types** action moved to the new **Settings panel**
|
||||
|
||||
@@ -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