mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
add configurable: true to browserwindow.loadSettingsJSON
This commit is contained in:
@@ -57,8 +57,9 @@ class AtomWindow extends EventEmitter {
|
||||
|
||||
Object.defineProperty(this.browserWindow, 'loadSettingsJSON', {
|
||||
get: () => JSON.stringify(Object.assign({
|
||||
userSettings: this.atomApplication.configFile.get()
|
||||
}, this.loadSettings))
|
||||
userSettings: this.atomApplication.configFile.get(),
|
||||
}, this.loadSettings)),
|
||||
configurable: true
|
||||
})
|
||||
|
||||
this.handleEvents()
|
||||
|
||||
Reference in New Issue
Block a user