Merge pull request #8155 from salomvary/explain-macos-modal-sheet

Clarify modal windows being sheets on macOS
This commit is contained in:
Kevin Sawicki 2016-12-07 10:29:42 -08:00 committed by GitHub
commit 54d27a390b

View file

@ -100,6 +100,7 @@ child.once('ready-to-show', () => {
### Platform notices ### Platform notices
* On macOS modal windows will be displayed as sheets attached to the parent window.
* On macOS the child windows will keep the relative position to parent window * On macOS the child windows will keep the relative position to parent window
when parent window moves, while on Windows and Linux child windows will not when parent window moves, while on Windows and Linux child windows will not
move. move.