docs: cleanup docs/tutorial/custom-window-styles.md (#46711)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
trop[bot] 2025-04-22 10:32:54 +02:00 committed by GitHub
parent 1543089e2f
commit 3437927a78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,6 @@ the illusion of a circular window.
open on the user's system). open on the user's system).
* The window will not be transparent when DevTools is opened. * The window will not be transparent when DevTools is opened.
* On _Windows_: * On _Windows_:
* Transparent windows will not work when DWM is disabled.
* Transparent windows can not be maximized using the Windows system menu or by double * Transparent windows can not be maximized using the Windows system menu or by double
clicking the title bar. The reasoning behind this can be seen on clicking the title bar. The reasoning behind this can be seen on
PR [#28207](https://github.com/electron/electron/pull/28207). PR [#28207](https://github.com/electron/electron/pull/28207).