From 02e18848326442d3b7425a7d9f14db092beb07a4 Mon Sep 17 00:00:00 2001 From: Rootkit404 <175176948+RKNF404@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:33:07 -0400 Subject: [PATCH] fix: additional bracket --- patches/trivalent/add-hide-profile-icon-feature.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/trivalent/add-hide-profile-icon-feature.patch b/patches/trivalent/add-hide-profile-icon-feature.patch index 728efa62..2741682b 100644 --- a/patches/trivalent/add-hide-profile-icon-feature.patch +++ b/patches/trivalent/add-hide-profile-icon-feature.patch @@ -46,7 +46,7 @@ index 5a42610d05..cf57e55074 100644 AvatarToolbarButtonInterface::CanShowForProfile(browser_->profile()); + if (browser_->profile()->IsRegularProfile()) + show_avatar_toolbar_button = show_avatar_toolbar_button && -+ !base::FeatureList::IsEnabled(features::kHideProfileIcon)); ++ !base::FeatureList::IsEnabled(features::kHideProfileIcon); avatar_->SetVisible(show_avatar_toolbar_button); }