From 3f8340d9f37324606b0b7200b66ddda032ca6794 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:32:49 +0200 Subject: [PATCH] docs: cleanup docs/tutorial/custom-window-styles.md (#46713) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Milan Burda --- docs/tutorial/custom-window-styles.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorial/custom-window-styles.md b/docs/tutorial/custom-window-styles.md index 8e4503cbb5cc..e07a06230bcf 100644 --- a/docs/tutorial/custom-window-styles.md +++ b/docs/tutorial/custom-window-styles.md @@ -37,7 +37,6 @@ the illusion of a circular window. open on the user's system). * The window will not be transparent when DevTools is opened. * 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 clicking the title bar. The reasoning behind this can be seen on PR [#28207](https://github.com/electron/electron/pull/28207).