docs: remove unused Desktop Environment Integration doc (#30618)

* 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: Erick Zhao <erick@hotmail.ca>
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
This commit is contained in:
trop[bot]
2021-08-19 10:28:38 +09:00
committed by GitHub
parent 7d129ac5c9
commit 1ae50bbeff
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()