diff --git a/control/open_browser.go b/control/open_browser.go index 2d45d58..8709758 100644 --- a/control/open_browser.go +++ b/control/open_browser.go @@ -24,6 +24,7 @@ func openBrowserWindow(url string) error { args := []string{ fmt.Sprintf("--app=%s", url), fmt.Sprintf("--user-data-dir=%s", browserProfileDirPath), + "--disable-features=Translate", } errs := []string{}