mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add catch
This commit is contained in:
parent
08fbd4c8d8
commit
50b34dc864
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export const publishNewAchievementNotification = async (
|
|||
iconUrl.split("/").pop() || "image.jpg"
|
||||
);
|
||||
|
||||
await downloadImage(iconUrl, iconPath);
|
||||
await downloadImage(iconUrl, iconPath).catch(() => {});
|
||||
|
||||
new Notification({
|
||||
title: t("game_achievement_unlocked", {
|
||||
|
|
Loading…
Add table
Reference in a new issue