[Splash > QuickStart] Make u2LMP load all instead of just desktop_core
This commit is contained in:
parent
58e197acbd
commit
82bf26827c
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ function initSplash(startMinimized = false) {
|
||||||
destroySplash();
|
destroySplash();
|
||||||
|
|
||||||
if (newUpdater != null) { // Manually load desktop_core module path for faster requiring
|
if (newUpdater != null) { // Manually load desktop_core module path for faster requiring
|
||||||
require('../utils/u2LoadModulePath')('discord_desktop_core');
|
require('../utils/u2LoadModulePath')();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if (newUpdater != null) {
|
/* if (newUpdater != null) {
|
||||||
|
|
Loading…
Reference in a new issue