Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRecent Documents tutorial should reference MenuItem role #22018
Labels
Comments
bhutraraghav
added a commit
to bhutraraghav/electron
that referenced
this issue
Jun 30, 2020
solves issue electron#22018 , adapts documentation to the changes made in issue electron#11166
bhutraraghav
added a commit
to bhutraraghav/electron
that referenced
this issue
Jun 30, 2020
solves issue electron#22018, adapting the changes made by PR#11166
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our tutorial on the Recent Documents shows developers how to add the ability to open recent documents from the JumpList/Dock Icon of their app with the
app.addRecentDocumentAPI.https://www.electronjs.org/docs/tutorial/recent-documents
However, PR #11166 added a MenuItem role to this from the app's menu. It would be good if the tutorial showed how to do this as well.