mirror of
https://github.com/pfalstad/circuitjs1.git
synced 2026-03-25 01:36:57 +01:00
5 lines
176 B
JavaScript
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
|
|
}); |