chore: bump chromium to 108.0.5329.0 (main) (#35628)
Co-authored-by: Samuel Attard <sattard@salesforce.com> Co-authored-by: VerteDinde <vertedinde@electronjs.org> Co-authored-by: Keeley Hammond <khammond@slack-corp.com> Co-authored-by: Jeremy Rose <jeremya@chromium.org>
This commit is contained in:
parent
94955a7999
commit
16f459228b
178 changed files with 1000 additions and 936 deletions
|
@ -343,11 +343,11 @@ static base::scoped_nsobject<NSMenu> recentDocumentsMenuSwap_;
|
|||
|
||||
if (role == u"services") {
|
||||
std::u16string title = u"Services";
|
||||
NSString* label = l10n_util::FixUpWindowsStyleLabel(title);
|
||||
NSString* sub_label = l10n_util::FixUpWindowsStyleLabel(title);
|
||||
|
||||
[item setTarget:nil];
|
||||
[item setAction:nil];
|
||||
NSMenu* submenu = [[[NSMenu alloc] initWithTitle:label] autorelease];
|
||||
NSMenu* submenu = [[[NSMenu alloc] initWithTitle:sub_label] autorelease];
|
||||
[item setSubmenu:submenu];
|
||||
[NSApp setServicesMenu:submenu];
|
||||
} else if (role == u"sharemenu") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue