Skip to content

Commit

Permalink
Set flag to disable translator overlay (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfKnox authored Nov 29, 2023
1 parent d43b34a commit 017b72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kiosk/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func generateExecutorOptions(dir string, cfg *Config) []chromedp.ExecAllocatorOp
chromedp.Flag("disable-sync", true),
chromedp.Flag("disable-notifications", true),
chromedp.Flag("disable-overlay-scrollbar", true),
chromedp.Flag("disable-features", "Translate"),
chromedp.Flag("window-position", cfg.General.WindowPosition),
chromedp.Flag("check-for-update-interval", "31536000"),
chromedp.Flag("ignore-certificate-errors", cfg.Target.IgnoreCertificateErrors),
Expand Down

0 comments on commit 017b72f

Please sign in to comment.