Fix delete popup
This commit is contained in:
parent
86c224d951
commit
3a867ddcbc
2
kls
2
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
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue