Merge pull request #2639 from appetizermonster/patch-1

Fix typo
This commit is contained in:
Cheng Zhao 2015-08-31 09:34:26 +08:00
commit 87db1e8802

View file

@ -32,7 +32,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });
* 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
blur effect to the content below the window (i.e. other applications open on blur effect to the content below the window (i.e. other applications open on
the user's system). the user's system).
* On Windows operation shystems, transparent windows will not work when DWM is * On Windows operation systems, transparent windows will not work when DWM is
disabled. disabled.
* On Linux users have to put `--enable-transparent-visuals --disable-gpu` in * On Linux users have to put `--enable-transparent-visuals --disable-gpu` in
the command line to disable GPU and allow ARGB to make transparent window, the command line to disable GPU and allow ARGB to make transparent window,