mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated for colors installed
This commit is contained in:
parent
32c97699a8
commit
180fea090d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ViewMessage(Configs):
|
|||
if mode == 'upgrade':
|
||||
color: str = self.violet
|
||||
|
||||
if package in self.all_installed and mode != 'remove':
|
||||
if package in self.all_installed and mode == 'install':
|
||||
color = self.grey
|
||||
|
||||
self.ascii.draw_view_package(package, version, color)
|
||||
|
|
Loading…
Add table
Reference in a new issue