[Splash > Backend] Minor source cleanup
This commit is contained in:
parent
979044bb16
commit
52a3fa5e86
1 changed files with 1 additions and 3 deletions
|
@ -213,9 +213,7 @@ const initOld = () => { // "Old" (not v2 / new, win32 only)
|
||||||
on('downloaded-module', segment(downloads));
|
on('downloaded-module', segment(downloads));
|
||||||
on('installed-module', segment(installs));
|
on('installed-module', segment(installs));
|
||||||
|
|
||||||
on('manual', ({ details }) => { // Host manual update required
|
on('manual', (e) => sendState('manual', e)); // Host manual update required
|
||||||
sendState('manual', { details });
|
|
||||||
});
|
|
||||||
|
|
||||||
sendState(CHECKING_FOR_UPDATES);
|
sendState(CHECKING_FOR_UPDATES);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue