fix: disable chrome translate

closes #56
This commit is contained in:
E44
2026-06-13 20:38:28 +02:00
parent fb31f732af
commit a3d444df20
+1
View File
@@ -24,6 +24,7 @@ func openBrowserWindow(url string) error {
args := []string{ args := []string{
fmt.Sprintf("--app=%s", url), fmt.Sprintf("--app=%s", url),
fmt.Sprintf("--user-data-dir=%s", browserProfileDirPath), fmt.Sprintf("--user-data-dir=%s", browserProfileDirPath),
"--disable-features=Translate",
} }
errs := []string{} errs := []string{}