Move notification send

This commit is contained in:
Maroxy 2021-10-17 00:14:59 +02:00
parent 1177a8e060
commit 6553ee9965

View file

@ -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