mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-01 19:58:13 +03:00
Move notification send
This commit is contained in:
parent
1177a8e060
commit
6553ee9965
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue