diff --git a/src/ts/index.ts b/src/ts/index.ts index e26e59b..82f6d7b 100644 --- a/src/ts/index.ts +++ b/src/ts/index.ts @@ -237,8 +237,8 @@ $(() => { Genshinlib.applyPatch(() => { LauncherUI.setState('game-launch-available'); + ipcRenderer.send('notification', { title: document.title, content: 'Finished downloading game.' }); }, (data) => console.log(data.toString())); - ipcRenderer.send('notification', { title: document.title, content: 'Finished downloading game.' }); } // Patch is not available