Changelog: - https://github.com/electron/electron/releases/tag/v34.5.2 - https://github.com/electron/electron/releases/tag/v34.5.3 Reported by: GitHub (watch releases)
12 lines
464 B
C++
12 lines
464 B
C++
--- electron/shell/browser/native_window.cc.orig 2025-04-23 00:27:29 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);
|