mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changelog: https://github.com/electron/electron/releases/tag/v33.4.10 Reported by: GitHub (watch releases)
11 lines
464 B
C++
11 lines
464 B
C++
--- electron/shell/browser/native_window.cc.orig 2025-04-15 18:33:07 UTC
|
|
+++ electron/shell/browser/native_window.cc
|
|
@@ -200,7 +200,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);
|