mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
helium/core: disable non-milestone update toast
disables the "Helium was updated" toast in top right. just unnecessary imo.
This commit is contained in:
11
patches/helium/core/disable-update-toast.patch
Normal file
11
patches/helium/core/disable-update-toast.patch
Normal 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",
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user