Fixed copy/delete message buttons

This commit is contained in:
jeffser
2024-06-26 15:35:59 -06:00
parent bd146bdfb3
commit 3dccba943e
2 changed files with 6 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ def attach_file(self, filter):
file_dialog.open(self, None, lambda file_dialog, result: attach_file_response(self, file_dialog, result))
# YouTube caption |
# YouTube caption | WORKS
def youtube_caption_response(self, dialog, task, video_url, caption_drop_down):
if dialog.choose_finish(task) == "accept":