mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
helium/ui: disable tab group editor footer
This commit is contained in:
10
patches/helium/ui/disable-tab-group-editor-footer.patch
Normal file
10
patches/helium/ui/disable-tab-group-editor-footer.patch
Normal 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) <
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user