docs: transparent window opaque while dev tools opened (#27705)
* Transparent window disabled while dev tools opened Read that on some external website. I think this should be added to the official docs. * Update frameless-window.md Co-authored-by: Cheng Zhao <github@zcbenz.com>
This commit is contained in:
parent
6f546be197
commit
8a88799ce2
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ win.show()
|
||||||
* 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).
|
||||||
|
* The window will not be transparent when DevTools is opened.
|
||||||
* On Windows operating systems, transparent windows will not work when DWM is
|
* On Windows operating 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
|
||||||
|
|
Loading…
Reference in a new issue