Skip to content

Commit 0a6a71a

Browse files
authored
update: helium 0.8.4.1 (#158)
1 parent 20f44aa commit 0a6a71a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

patches/helium/macos/clean-main-menu.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.tag(IDC_TAB_MENU)
2424
.submenu({
2525
Item(IDS_TAB_CXMENU_NEWTABTORIGHT)
26-
@@ -581,15 +576,7 @@ NSMenuItem* BuildHelpMenu(NSApplication*
26+
@@ -583,15 +578,7 @@ NSMenuItem* BuildHelpMenu(NSApplication*
2727
// clang-format off
2828
NSMenuItem* item =
2929
Item(IDS_HELP_MENU_MAC)
@@ -40,7 +40,7 @@
4040
.Build();
4141
// clang-format on
4242

43-
@@ -611,11 +598,11 @@ NSMenu* BuildMainMenu(NSApplication* nsa
43+
@@ -613,11 +600,11 @@ NSMenu* BuildMainMenu(NSApplication* nsa
4444
&BuildFileMenu,
4545
&BuildEditMenu,
4646
&BuildViewMenu,

patches/helium/macos/disable-immersive-fullscreen.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/common/chrome_features.cc
22
+++ b/chrome/common/chrome_features.cc
3-
@@ -1237,7 +1237,7 @@ BASE_FEATURE(kHttpsFirstModeIncognitoNew
3+
@@ -1241,7 +1241,7 @@ BASE_FEATURE(kHttpsFirstModeIncognitoNew
44
#if BUILDFLAG(IS_MAC)
55
// Enables immersive fullscreen. The tab strip and toolbar are placed underneath
66
// the titlebar. The tab strip and toolbar can auto hide and reveal.

0 commit comments

Comments
 (0)