This commit is contained in:
R5600U_PC 2024-10-02 21:29:15 +09:00
parent 04a08b7cb7
commit 1cbb39be05
4 changed files with 91898 additions and 44832 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

87960
appTranslator.log.1 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ class ClipboardImageManager:
self.browser_controller = browser_controller # BrowserController 인스턴스를 전달받음
self.debug = debug # 디버그 플래그를 클래스 변수로 사용
self.debug = True
self.debug = False
def get_clipboard_data(self):
"""클립보드의 텍스트 데이터를 가져옵니다."""