mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-01 21:57:26 +03:00
Fix notification
This commit is contained in:
parent
f12ec640cd
commit
1177a8e060
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ $(() => {
|
|||
Genshinlib.applyPatch(() => {
|
||||
LauncherUI.setState('game-launch-available');
|
||||
}, (data) => console.log(data.toString()));
|
||||
ipcRenderer.sendSync('notification', { title: document.title, content: 'Finished downloading game.' });
|
||||
ipcRenderer.send('notification', { title: document.title, content: 'Finished downloading game.' });
|
||||
}
|
||||
|
||||
// Patch is not available
|
||||
|
|
Loading…
Add table
Reference in a new issue