mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Merge pull request #16701 from atom/fb-pw-configurable-loadSettings
add `configurable: true` to browserwindow.loadSettingsJSON
This commit is contained in:
@@ -58,7 +58,8 @@ class AtomWindow extends EventEmitter {
|
||||
Object.defineProperty(this.browserWindow, 'loadSettingsJSON', {
|
||||
get: () => JSON.stringify(Object.assign({
|
||||
userSettings: this.atomApplication.configFile.get()
|
||||
}, this.loadSettings))
|
||||
}, this.loadSettings)),
|
||||
configurable: true
|
||||
})
|
||||
|
||||
this.handleEvents()
|
||||
|
||||
Reference in New Issue
Block a user