Skip to content

Commit

Permalink
feat: force mojave dark mode support on even though Electron is not b…
Browse files Browse the repository at this point in the history
…uilt on the 10.14 SDK (#59742)
  • Loading branch information
MarshallOfSound authored and bpasero committed Oct 1, 2018
1 parent 66dcb50 commit 8ee605e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const config = {
name: product.nameLong,
urlSchemes: [product.urlProtocol]
}],
darwinForceDarkModeSupport: true,
darwinCredits: darwinCreditsTemplate ? Buffer.from(darwinCreditsTemplate({ commit: commit, date: new Date().toISOString() })) : void 0,
linuxExecutableName: product.applicationName,
winIcon: 'resources/win32/code.ico',
Expand Down

0 comments on commit 8ee605e

Please sign in to comment.