mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
now all chromium patches in all helium repos follow the same dir pattern: `<vendor>/<group>/<...>/<patch>` and there's no longer a "contrib" dir which was admittedly kind of confusing
14 lines
431 B
C++
14 lines
431 B
C++
# Add ability to always open dev context menu on reload button.
|
|
|
|
--- a/chrome/browser/ui/views/toolbar/reload_button.cc
|
|
+++ b/chrome/browser/ui/views/toolbar/reload_button.cc
|
|
@@ -132,7 +132,7 @@ bool ReloadButton::GetMenuEnabled() cons
|
|
}
|
|
|
|
void ReloadButton::SetMenuEnabled(bool is_menu_enabled) {
|
|
- is_menu_enabled_ = is_menu_enabled;
|
|
+ is_menu_enabled_ = true;
|
|
UpdateAccessibleHasPopup();
|
|
UpdateCachedTooltipText();
|
|
}
|