Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
New translations process-model.md (Russian) (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Sep 3, 2021
1 parent afaaa40 commit 6ff76f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ru-RU/docs/tutorial/process-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The main process also controls your application's lifecycle through Electron's [
As a practical example, the app shown in the [quick start guide][quick-start-lifecycle] uses `app` APIs to create a more native application window experience.

```js title='main.js'
// quitting the app when no windows are open on non-macOS platforms
// выход из приложения на не macOS платформах , если окно программы не открылось
app.on('window-all-closed', function () {
if (process.platform !== 'darwin') app.quit()
})
Expand Down

0 comments on commit 6ff76f2

Please sign in to comment.