Merge pull request #4030 from lukeapage/patch-4

Correct misleading sentence on progress for transparent click through
This commit is contained in:
Cheng Zhao 2016-01-11 11:21:18 +08:00
commit 1ee565ab81

View file

@ -38,8 +38,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });
### Limitations ### Limitations
* You can not click through the transparent area. We are going to introduce an * You can not click through the transparent area. We are going to introduce an
API to set window shape to solve this, but currently blocked at an API to set window shape to solve this, see [our issue](https://github.com/atom/electron/issues/1335) for details.
[upstream bug](https://code.google.com/p/chromium/issues/detail?id=387234).
* Transparent windows are not resizable. Setting `resizable` to `true` may make * Transparent windows are not resizable. Setting `resizable` to `true` may make
a transparent window stop working on some platforms. a transparent window stop working on some platforms.
* The `blur` filter only applies to the web page, so there is no way to apply * The `blur` filter only applies to the web page, so there is no way to apply