mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated for text
This commit is contained in:
parent
39a1bab964
commit
dbe0a7e510
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ class RemovePackages(Configs):
|
|||
choices.extend([(package, installed_version, True, f'Package: {installed_package}')])
|
||||
|
||||
text: str = f'There are {len(choices)} dependencies:'
|
||||
if upgrade:
|
||||
text: str = f'There are {len(choices)} packages:'
|
||||
code, packages = self.dialogbox.checklist(text, title, height, width, list_height, choices)
|
||||
os.system('clear')
|
||||
return packages
|
||||
|
|
Loading…
Reference in a new issue