Files
circuitjs1/app/preload.js
2018-01-14 18:42:13 +00:00

5 lines
176 B
JavaScript

// To deal with this bug: https://github.com/electron/electron/issues/11053
Object.defineProperty(navigator, 'languages', {
value: ["en-US"],
configurable: true
});