Skip to content

Commit

Permalink
Update wrapped-chromium
Browse files Browse the repository at this point in the history
  --force-dark-mode
  • Loading branch information
christianmerges authored Nov 8, 2024
1 parent 7a4ebad commit 2ae64ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/usr/bin/wrapped-chromium
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if grep -q 'Seccomp:.0' /proc/1/status; then
--user-data-dir \
--disable-session-crashed-bubble \
--hide-crash-restore-bubble \
--force-dark-mode \
"$@" > /dev/null 2>&1
else
${BIN} \
Expand All @@ -33,5 +34,6 @@ else
--user-data-dir \
--disable-session-crashed-bubble \
--hide-crash-restore-bubble \
--force-dark-mode \
"$@" > /dev/null 2>&1
fi

0 comments on commit 2ae64ed

Please sign in to comment.