diff --git a/patches/helium/ui/tabs.patch b/patches/helium/ui/tabs.patch index 162d76f5..cb634e7d 100644 --- a/patches/helium/ui/tabs.patch +++ b/patches/helium/ui/tabs.patch @@ -186,7 +186,7 @@ } bool Tab::ShouldRenderAsNormalTab() const { -@@ -1254,15 +1253,25 @@ void Tab::UpdateTabIconNeedsAttentionBlo +@@ -1254,15 +1253,29 @@ void Tab::UpdateTabIconNeedsAttentionBlo } int Tab::GetWidthOfLargestSelectableRegion() const { @@ -209,6 +209,10 @@ + + int selectable_region = width(); + ++ if (!ShouldRenderAsNormalTab()) { ++ return selectable_region; ++ } ++ + if (alert_indicator_button_->GetVisible()) { + selectable_region = alert_indicator_button_->bounds().right(); + }