mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
Merge branch 'main' of https://github.com/mue/mue
This commit is contained in:
@@ -8,10 +8,11 @@ export default class Stats {
|
||||
newAchievement.forEach((achievement) => {
|
||||
if (achievement) {
|
||||
const { name } = getLocalisedAchievementData(achievement.id);
|
||||
toast.success(
|
||||
toast.info(
|
||||
`🏆 ${variables.getMessage('modals.main.settings.sections.stats.achievement_unlocked', { name: name })}`,
|
||||
{
|
||||
icon: false,
|
||||
closeButton: false
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user