Skip to content

Commit

Permalink
Fix translate not hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Oct 19, 2024
1 parent d03bce4 commit 0978c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ feh --bg-fill /var/fallback/fallback.png &
# Start Chromium in kiosk mode
chromium-browser --kiosk --noerrdialogs --disable-infobars --disable-session-crashed-bubble \
--disable-features=TranslateUI --app=$CHROME_URL --incognito \
--disable-features=Translate --app=$CHROME_URL --incognito \
--disable-extensions --disable-background-networking --disable-background-timer-throttling \
--disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor \
--disable-popup-blocking --disable-prompt-on-repost --disable-sync --metrics-recording-only \
Expand Down Expand Up @@ -156,4 +156,4 @@ sudo apt -qq autoremove -y

# Reboot the system
echo -e "${GREEN}Configuration complete. The system will now reboot.${NC}\n\n"
sudo reboot
sudo reboot

0 comments on commit 0978c4c

Please sign in to comment.