[Bootstrap] Stop setting ARPR flag (unneeded?)
This commit is contained in:
parent
d807128800
commit
b03e18c9fb
1 changed files with 0 additions and 1 deletions
1
src/bootstrap.js
vendored
1
src/bootstrap.js
vendored
|
@ -18,7 +18,6 @@ switch (process.platform) { // Discord forces these
|
||||||
}
|
}
|
||||||
|
|
||||||
app.name = 'discord'; // Force name as sometimes breaks
|
app.name = 'discord'; // Force name as sometimes breaks
|
||||||
app.allowRendererProcessReuse = false;
|
|
||||||
|
|
||||||
const paths = require('./paths');
|
const paths = require('./paths');
|
||||||
global.moduleDataPath = paths.getModuleDataPath(); // Global because discord
|
global.moduleDataPath = paths.getModuleDataPath(); // Global because discord
|
||||||
|
|
Loading…
Reference in a new issue