[Bootstrap] Stop setting ARPR flag (unneeded?)

This commit is contained in:
Ducko 2022-02-12 14:29:26 +00:00
parent d807128800
commit b03e18c9fb
1 changed files with 0 additions and 1 deletions

1
src/bootstrap.js vendored
View File

@ -18,7 +18,6 @@ switch (process.platform) { // Discord forces these
}
app.name = 'discord'; // Force name as sometimes breaks
app.allowRendererProcessReuse = false;
const paths = require('./paths');
global.moduleDataPath = paths.getModuleDataPath(); // Global because discord