fix: recentDocuments on macOS not working (#41993)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
aee588b650
commit
844265303c
2 changed files with 4 additions and 2 deletions
|
@ -26,8 +26,6 @@ class ElectronMenuModel;
|
|||
@protected
|
||||
base::WeakPtr<electron::ElectronMenuModel> model_;
|
||||
NSMenu* __strong menu_;
|
||||
NSMenuItem* __strong recentDocumentsMenuItem_;
|
||||
NSMenu* __strong recentDocumentsMenuSwap_;
|
||||
BOOL isMenuOpen_;
|
||||
BOOL useDefaultAccelerator_;
|
||||
base::OnceClosure closeCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue