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:
Erick Zhao
2021-08-18 16:34:34 -07:00
committed by GitHub
parent cbeae20438
commit 655b614ecd
3 changed files with 5 additions and 41 deletions

View File

@@ -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()