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/ Requested by: mikael (via email)
12 lines
418 B
C++
12 lines
418 B
C++
--- components/flags_ui/flags_state.cc.orig 2022-05-19 05:17:40 UTC
|
|
+++ components/flags_ui/flags_state.cc
|
|
@@ -622,7 +622,7 @@ unsigned short FlagsState::GetCurrentPlatform() {
|
|
#elif BUILDFLAG(IS_CHROMEOS_ASH)
|
|
return kOsCrOS;
|
|
#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
- BUILDFLAG(IS_OPENBSD)
|
|
+ BUILDFLAG(IS_BSD)
|
|
return kOsLinux;
|
|
#elif BUILDFLAG(IS_ANDROID)
|
|
return kOsAndroid;
|