[Bootstrap] Deep integrate GPUSettings (new stub only)
This commit is contained in:
parent
7e31a9af6a
commit
6ad72b7172
2 changed files with 7 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
exports.replace = (n) => Object.keys(n).forEach(x => exports[x] = n[x]);
|
8
src/bootstrap.js
vendored
8
src/bootstrap.js
vendored
|
@ -60,9 +60,15 @@ const startCore = () => {
|
|||
Constants,
|
||||
updater,
|
||||
autoStart,
|
||||
|
||||
// Just requires
|
||||
appSettings: require('./appSettings'),
|
||||
paths: require('./paths'),
|
||||
GPUSettings: require('./GPUSettings'),
|
||||
|
||||
// Stubs
|
||||
GPUSettings: {
|
||||
replace: () => {}
|
||||
},
|
||||
crashReporterSetup: {
|
||||
isInitialized: () => true,
|
||||
metadata: {}
|
||||
|
|
Loading…
Reference in a new issue