mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
Create scripts for downloading source code and building Debian packages Updated README.md with new building instructions Update patch offsets
12 lines
373 B
Diff
12 lines
373 B
Diff
--- a/chrome/browser/ui/views/frame/browser_view.cc
|
|
+++ b/chrome/browser/ui/views/frame/browser_view.cc
|
|
@@ -1004,6 +1004,8 @@ void BrowserView::UpdateExclusiveAccessE
|
|
}
|
|
|
|
bool BrowserView::ShouldHideUIForFullscreen() const {
|
|
+ return false;
|
|
+
|
|
// Immersive mode needs UI for the slide-down top panel.
|
|
if (immersive_mode_controller_->IsEnabled())
|
|
return false;
|