Forgot to clear screen before drawing
This commit is contained in:
parent
3c742a0037
commit
0f9d6a1e4a
@ -138,6 +138,7 @@ class Choose(Handler):
|
|||||||
|
|
||||||
@Handler.atomic_update
|
@Handler.atomic_update
|
||||||
def draw_screen(self) -> None:
|
def draw_screen(self) -> None:
|
||||||
|
self.cmd.clear_screen()
|
||||||
if self.cli_opts.message:
|
if self.cli_opts.message:
|
||||||
self.cmd.styled(self.cli_opts.message, bold=True)
|
self.cmd.styled(self.cli_opts.message, bold=True)
|
||||||
self.print()
|
self.print()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user