Fixed for clear screen

This commit is contained in:
Dimitris Zlatanidis 2023-04-16 09:09:22 +03:00
parent f48f1f37ae
commit 843bda9d6a

View file

@ -492,6 +492,7 @@ class Argparse(Configs):
code, tags = self.dialogbox.checklist(text, packages, title, height,
width, list_height, choices)
if code == 'cancel':
os.system('clear')
raise SystemExit()
if not tags or not code: