diff --git a/other/thorium-2024-ui.patch b/other/thorium-2024-ui.patch
index 72d31362..e0326cfc 100644
--- a/other/thorium-2024-ui.patch
+++ b/other/thorium-2024-ui.patch
@@ -1356,6 +1356,18 @@ index 70e366e816db5..a727ed4aa725f 100644
inline constexpr char kChromeUIAboutHost[] = "about";
inline constexpr char kChromeUIAboutURL[] = "chrome://about/";
inline constexpr char kChromeUIAccessCodeCastHost[] = "access-code-cast";
+diff --git a/components/resources/search_engine_choice_scaled_resources.grdp b/components/resources/search_engine_choice_scaled_resources.grdp
+index 87d186a04e66c..01beccd365540 100644
+--- a/components/resources/search_engine_choice_scaled_resources.grdp
++++ b/components/resources/search_engine_choice_scaled_resources.grdp
+@@ -6,6 +6,7 @@
+
+
+
++
+
+
+
diff --git a/ui/base/ui_base_features.cc b/ui/base/ui_base_features.cc
index ed801f34141da..bc24e8c7dfbe9 100644
--- a/ui/base/ui_base_features.cc
diff --git a/setup.sh b/setup.sh
index c91077d2..4cfd0bb9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -324,11 +324,6 @@ case $1 in
--cros) copyCros;
esac
-cd ${CR_SRC_DIR} &&
-printf "${YEL}Workaround for Ask.com favicon ▾${c0}\n" &&
-python3 ./tools/search_engine_choice/download_search_engine_icons.py &&
-cd ~/thorium &&
-
printf "\n" &&
printf "${GRE}Done!${c0}\n" &&