Skip to content

Commit

Permalink
Add ChromeWebuiRefresh2023 to ChromeRefresh2023 option
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Feb 16, 2024
1 parent 90340f0 commit 38796e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Better Chromium/install
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ fi
#New 2023 chrome UI
if [ "$chromerefresh2023" == TRUE ];then
#I found this flag after experimenting with chrome://flags and chrome://version
echo "Adding --enable-features=ChromeRefresh2023 to ${folder}/chromerefresh2023"
echo "Adding --enable-features=ChromeRefresh2023,ChromeWebuiRefresh2023 to ${folder}/chromerefresh2023"

cat << EOF | sudo tee "${folder}/chromerefresh2023" >/dev/null
export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --enable-features=ChromeRefresh2023"
export CHROMIUM_FLAGS="\$CHROMIUM_FLAGS --enable-features=ChromeRefresh2023,ChromeWebuiRefresh2023"
EOF
else
#chromerefresh2023 set to false - so remove the file
Expand Down

0 comments on commit 38796e7

Please sign in to comment.