[Splash > Backend] Minor source cleanup

This commit is contained in:
Ducko 2022-04-25 14:55:18 +01:00
parent 979044bb16
commit 52a3fa5e86

View file

@ -213,9 +213,7 @@ const initOld = () => { // "Old" (not v2 / new, win32 only)
on('downloaded-module', segment(downloads));
on('installed-module', segment(installs));
on('manual', ({ details }) => { // Host manual update required
sendState('manual', { details });
});
on('manual', (e) => sendState('manual', e)); // Host manual update required
sendState(CHECKING_FOR_UPDATES);