Updated for upgradeable

This commit is contained in:
Dimitris Zlatanidis 2023-05-11 11:52:50 +03:00
parent 3186ed7723
commit b6bf8a5c11

View file

@ -142,6 +142,7 @@ class ViewMessage(Configs):
color: str = self.grey
if upgradable:
color: str = self.violet
package: str = self.build_package_and_version(package)
if installed and self.option_for_reinstall:
color: str = self.violet
package: str = self.build_package_and_version(package)