We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b6876 commit 0a59384Copy full SHA for 0a59384
docs/api/frameless-window.md
@@ -30,7 +30,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });
30
* Transparent window is not resizable, setting `resizable` to `true` may make
31
transprent window stop working on some platforms.
32
* The `blur` filter only applies to the web page, so there is no way to apply
33
- blur effect to the content bellow the window.
+ blur effect to the content below the window.
34
* On Windows transparent window will not work when DWM is disabled.
35
* On Linux users have to put `--enable-transparent-visuals --disable-gpu` in
36
command line to disable GPU and allow ARGB to make transparent window, this is
0 commit comments