SymphonyElectron/docs/features/minimise-on-close.md

12 lines
471 B
Markdown
Raw Permalink Normal View History

2019-07-25 05:40:35 -05:00
# 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.