feat: renaming class names to BEM

This commit is contained in:
Chubby Granny Chaser
2025-05-17 22:59:38 +01:00
parent 1247a105a0
commit 5ae67a3dc7
9 changed files with 49 additions and 49 deletions

View File

@@ -281,7 +281,7 @@ export class AchievementWatcherManager {
totalNewGamesWithAchievements,
totalNewAchievements,
userPreferences.achievementCustomNotificationPosition ??
"top_left"
"top-left"
);
} else {
publishCombinedNewAchievementNotification(

View File

@@ -128,7 +128,7 @@ export const mergeAchievements = async (
if (userPreferences?.achievementCustomNotificationsEnabled !== false) {
WindowManager.notificationWindow?.webContents.send(
"on-achievement-unlocked",
userPreferences.achievementCustomNotificationPosition ?? "top_left",
userPreferences.achievementCustomNotificationPosition ?? "top-left",
achievementsInfo
);
} else {