blob: c643e5833cfe7eaf4a6ec890fb662e258547ec4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/shell/browser/ui/inspectable_web_contents_view.cc.orig 2025-05-07 07:36:13 UTC
+++ electron/shell/browser/ui/inspectable_web_contents_view.cc
@@ -184,7 +184,7 @@ void InspectableWebContentsView::SetIsDocked(bool dock
params.delegate = devtools_window_delegate_;
params.bounds = inspectable_web_contents()->dev_tools_bounds();
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
params.wm_role_name = "devtools";
if (GetDelegate())
GetDelegate()->GetDevToolsWindowWMClass(¶ms.wm_class_name,
|