Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
12 lines
348 B
C
12 lines
348 B
C
--- ui/native_theme/native_theme.h.orig 2025-02-02 01:39:08 UTC
|
|
+++ ui/native_theme/native_theme.h
|
|
@@ -61,7 +61,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
|
// The part to be painted / sized.
|
|
enum Part {
|
|
kCheckbox,
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
kFrameTopArea,
|
|
#endif
|
|
kInnerSpinButton,
|