diff --git a/kls b/kls index 5a32502..2cacda0 100755 --- a/kls +++ b/kls @@ -242,6 +242,8 @@ async def confirm_action(message: str) -> bool: if key.lower() == 'y': return True elif key.lower() == 'n': + popup.clear() # Clear the popup window + popup.refresh() # Refresh the window to hide it return False diff --git a/output.prof b/output.prof new file mode 100644 index 0000000..d5f80db Binary files /dev/null and b/output.prof differ