(self, size: int)
| 591 | self.toast_overlay.add_toast(self.toast) |
| 592 | |
| 593 | def set_font_size(self, size: int): |
| 594 | self.src_text.font_size = size |
| 595 | |
| 596 | def add_history_entry(self, translation: Translation): |
| 597 | """Add a history entry to the history list.""" |
no outgoing calls
no test coverage detected