Fixed for dialog choose

This commit is contained in:
Dimitris Zlatanidis 2023-03-27 23:15:35 +03:00
parent 50f216a2f8
commit c493aef80f

View file

@ -456,13 +456,10 @@ class Argparse(Configs):
code, tags = self.dialogbox.checklist(text, packages, title, height,
width, list_height, choices)
if not code:
return packages
os.system('clear')
if not tags:
raise SystemExit()
return packages
return tags