[Splash > QuickStart] Make u2LMP load all instead of just desktop_core

main
Oj 2 years ago
parent 58e197acbd
commit 82bf26827c

@ -341,7 +341,7 @@ function initSplash(startMinimized = false) {
destroySplash();
if (newUpdater != null) { // Manually load desktop_core module path for faster requiring
require('../utils/u2LoadModulePath')('discord_desktop_core');
require('../utils/u2LoadModulePath')();
}
/* if (newUpdater != null) {

Loading…
Cancel
Save