helium/core: disable non-milestone update toast

disables the "Helium was updated" toast in top right. just unnecessary imo.
This commit is contained in:
wukko
2025-10-08 16:39:43 +06:00
parent 115cf2e55a
commit b735b3ae1d
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/chrome/browser/ui/ui_features.cc
+++ b/chrome/browser/ui/ui_features.cc
@@ -724,7 +724,7 @@ bool HasTabSearchToolbarButton() {
BASE_FEATURE(kNonMilestoneUpdateToast,
"NonMilestoneUpdateToast",
- base::FEATURE_ENABLED_BY_DEFAULT);
+ base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kBookmarkTabGroupConversion,
"BookmarkTabGroupConversion",

View File

@@ -175,6 +175,7 @@ helium/core/enable-parallel-downloading.patch
helium/core/infinite-tab-freezing.patch
helium/core/disable-touch-ui.patch
helium/core/open-new-tabs-next-to-active-tab-option.patch
helium/core/disable-update-toast.patch
helium/settings/move-search-suggest.patch
helium/settings/remove-autofill.patch