mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: remove unused Desktop Environment Integration doc (#30577)
* docs: remove unused Desktop Environment Integration doc * Update docs/api/app.md Co-authored-by: Mark Lee <malept@users.noreply.github.com> * Update docs/api/app.md Co-authored-by: Mark Lee <malept@users.noreply.github.com> Co-authored-by: Mark Lee <malept@users.noreply.github.com>
This commit is contained in:
@@ -172,7 +172,6 @@ app.whenReady().then(() => {
|
||||
app.getLocale()
|
||||
|
||||
// Desktop environment integration
|
||||
// https://github.com/electron/electron/blob/master/docs/tutorial/desktop-environment-integration.md
|
||||
|
||||
app.addRecentDocument('/Users/USERNAME/Desktop/work.type')
|
||||
app.clearRecentDocuments()
|
||||
|
||||
Reference in New Issue
Block a user