You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+8
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,14 @@ valid versions. If omitted, it will use the version of the nearest local install
230
230
`electron`, `electron-prebuilt-compile`, or `electron-prebuilt`, defined in `package.json` in either
231
231
`dependencies` or `devDependencies`.
232
232
233
+
##### `darwinDarkModeSupport`
234
+
235
+
*Boolean* (default: `false`)
236
+
237
+
Forces support for Mojave (macOS 10.14) dark mode in your packaged app, this sets the
238
+
`NSRequiresAquaSystemAppearance` key to `false` in your app's `Info.plist`. For more
239
+
information see the [Apple developer documentation](https://developer.apple.com/documentation/appkit/nsappearancecustomization/choosing_a_specific_appearance_for_your_app).
0 commit comments