diff --git a/src/main/services/notifications.ts b/src/main/services/notifications.ts index 92c9545c..c3e524d8 100644 --- a/src/main/services/notifications.ts +++ b/src/main/services/notifications.ts @@ -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", {