mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Changelog: https://github.com/electron/electron/releases/tag/v30.2.0 Reported by: GitHub (watch releases) MFH: 2024Q3 Security: 6410f91d-1214-4f92-b7e0-852e39e265f9
11 lines
464 B
C++
11 lines
464 B
C++
--- electron/shell/browser/native_window.cc.orig 2024-07-09 23:10:34 UTC
|
|
+++ electron/shell/browser/native_window.cc
|
|
@@ -203,7 +203,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D
|
|
} else {
|
|
SetSizeConstraints(size_constraints);
|
|
}
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
bool closable;
|
|
if (options.Get(options::kClosable, &closable)) {
|
|
SetClosable(closable);
|