diff --git a/CHANGELOG.md b/CHANGELOG.md index e04623d7..7b24b96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.9.21] 2021 +### Fixes +- UI + - upgrade summary: not displaying the icon type for some applications + ## [0.9.20] 2021-11-05 ### Improvements - AppImage: diff --git a/bauh/view/qt/thread.py b/bauh/view/qt/thread.py index aadb4758..0b2b0cb0 100644 --- a/bauh/view/qt/thread.py +++ b/bauh/view/qt/thread.py @@ -216,7 +216,7 @@ class UpgradeSelected(AsyncAction): if not icon_path: icon_path = req.pkg.get_type_icon_path() - elif not os.path.isfile(icon_path) and QIcon.fromTheme(icon_path).isNull(): + elif not os.path.isfile(icon_path) or QIcon.fromTheme(icon_path).isNull(): icon_path = req.pkg.get_type_icon_path() else: