killkimno / MORT

MORT 번역기 프로젝트 - Real-time game translator with OCR
https://blog.naver.com/killkimno/70179867557
MIT License
619 stars 44 forks source link

[Feature:UI] to disable Warning Alert When Start Translate #50

Open sysginworld opened 1 month ago

sysginworld commented 1 month ago

번역기가 윈도우 부팅시 자동으로 시작되고, 기본번역(실시간번역)을 단축키로 바로 시작하고 싶습니다. I want the translator to start automatically when Windows boots up, and I want to start basic translation (real-time translation) right away with a shortcut key.

하지만 기본번역을 단축키로 처음 사용할 시 경고창이 뜹니다. ( = XX번역기 상태에서 일반 번역은 권장하지 않습니다. 예/아니오 ) However, when you first use the basic translation shortcut, a warning window will pop up.

게임안에서 단축키로 바로 실행하는 사람에게는 해당 경고창이 방해가 됩니다. For those who run the game directly with a hotkey, this warning window is a nuisance.

결론 : 고급설정에 "시작 시 도움말경고 띄우지 않기" 와 비슷한 체크박스 설정으로 경고창 표시 여부를 제어가 가능하면 좋겠습니다. It would be nice to be able to control whether or not the warning window is displayed with a checkbox setting similar to "Do not show help warning on startup" in Advanced Settings.

TMI : 해외의 거의 모든 오픈소스와 fullscreen OCR Translator 를 체험해봤지만, Mort은 압도적입니다. 감사합니다.

killkimno commented 1 month ago

Hello!

Automatic translation at boot seems difficult

But I will implement a function to prevent the warning window from appearing.