helium/ui: disable tab group editor footer

This commit is contained in:
wukko
2025-05-12 17:31:37 +06:00
parent 06da4cfcdc
commit 830b7bcc4b
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/chrome/browser/ui/views/tabs/tab_group_editor_bubble_view.cc
+++ b/chrome/browser/ui/views/tabs/tab_group_editor_bubble_view.cc
@@ -754,6 +754,7 @@ bool TabGroupEditorBubbleView::IsGroupSh
}
bool TabGroupEditorBubbleView::ShouldShowSavedFooter() const {
+ return false;
PrefService* pref_service = browser_->profile()->GetPrefs();
return (CanSaveGroups() && pref_service &&
saved_tab_group_prefs::GetLearnMoreFooterShownCount(pref_service) <

View File

@@ -187,3 +187,4 @@ helium/ui/center-window-on-launch.patch
helium/ui/remove-devtools-annoyances.patch
helium/ui/bookmarks-bar-padding.patch
helium/ui/profile-picker-cleanup.patch
helium/ui/disable-tab-group-editor-footer.patch