webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.97k stars 173 forks source link

Fix disabling translate feature on Chromium based browsers #219

Closed fibodevy closed 1 year ago

fibodevy commented 1 year ago

"--disable-translate" doesnt work since few years. For Chrome to offer a translation just refresh the WebUI with Ctrl+R (maybe several times). The text in the browser must be in a language different than yours of course.

"--disable-features=Translate" fixes it, but I would keep "--disable-translate" too.

wB8f4Yszoy

hassandraga commented 1 year ago

Good catch! 👍 LGTM