From 5cdb4d83ec57f31e304d2dd2102e42b0252aef5f Mon Sep 17 00:00:00 2001 From: ! Freaku <92618708+Freaku17@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:14:55 +0530 Subject: [PATCH] Update translate.py --- plugins/utilities/translate.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plugins/utilities/translate.py b/plugins/utilities/translate.py index 82553ba..54e9e9f 100644 --- a/plugins/utilities/translate.py +++ b/plugins/utilities/translate.py @@ -180,6 +180,22 @@ class TranslateWindow: position=(-10, 55), maxwidth=59) + self.other_chat_arrow = bui.textwidget(parent=self._root_widget, + color=(1, 1, 1), + h_align='center', + v_align='center', + text=babase.charstr(babase.SpecialChar.RIGHT_ARROW), + position=(200, 140), + maxwidth=59) + + self.your_chat_arrow = bui.textwidget(parent=self._root_widget, + color=(1, 1, 1), + h_align='center', + v_align='center', + text=babase.charstr(babase.SpecialChar.RIGHT_ARROW), + position=(200, 55), + maxwidth=59) + self.other_source_button = PopupMenu(parent=self._root_widget, position=(54, 140), autoselect=False,