electron/lib/browser/api/system-preferences.js
2016-08-02 17:12:17 +09:00

6 lines
223 B
JavaScript

const {EventEmitter} = require('events')
const {systemPreferences} = process.atomBinding('system_preferences')
Object.setPrototypeOf(systemPreferences.__proto__, EventEmitter.prototype)
module.exports = systemPreferences