[Splash > Backend] Fix passing details to host update UI

This commit is contained in:
Ducko 2022-06-08 20:10:38 +01:00
parent cca324c536
commit 605c1b89dc
1 changed files with 3 additions and 3 deletions

View File

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