[Bootstrap] Stop setting ARPR flag (unneeded?)

main
Oj 2 years ago
parent d807128800
commit b03e18c9fb

1
src/bootstrap.js vendored

@ -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

Loading…
Cancel
Save