mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
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/
20 lines
718 B
Text
20 lines
718 B
Text
--- chrome/app/settings_strings.grdp.orig 2023-05-25 00:41:41 UTC
|
|
+++ chrome/app/settings_strings.grdp
|
|
@@ -202,7 +202,7 @@
|
|
Theme
|
|
</message>
|
|
</if>
|
|
- <if expr="is_linux">
|
|
+ <if expr="is_posix">
|
|
<message name="IDS_SETTINGS_GTK_THEME" desc="Text of the label describing the system (GTK) browser theme on Linux">
|
|
GTK
|
|
</message>
|
|
@@ -222,7 +222,7 @@
|
|
Use Classic
|
|
</message>
|
|
</if>
|
|
- <if expr="not is_linux or is_chromeos or is_fuchsia">
|
|
+ <if expr="not is_posix or is_chromeos or is_fuchsia">
|
|
<message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme.">
|
|
Reset to default
|
|
</message>
|