Clarify modal windows being sheets on macOS

This commit is contained in:
Márton Salomváry 2016-12-06 22:47:26 +01:00
Родитель 3e128abb73
Коммит 9adb232d99
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -100,6 +100,7 @@ child.once('ready-to-show', () => {
### 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
when parent window moves, while on Windows and Linux child windows will not
move.