SymphonyElectron/docs/features/minimise-on-close.md
2019-07-25 16:10:35 +05:30

12 lines
471 B
Markdown

# Intro
To minimize Electron when the close button on a Window is used.
# Platforms Supported
macOS, Windows 7, Windows 10
# Purpose
To minimize Electron when the close button on a Window is used.
# Details
- On Windows, use the "Minimize on Close" option under the "Window" menu in the app to set "Minimize on Close" to true in Electron.
- On macOS, use the "Minimize on Close" option under the "Window" menu in the app to set "Minimize on Close" to true in Electron.