feat(achievements): implement unlocking, saving and notification
This commit is contained in:
@@ -68,7 +68,9 @@ export const useIntroStore = defineStore("intro", {
|
||||
})
|
||||
.call(() => {
|
||||
const app = useAppStore();
|
||||
const achievements = useAchievementsStore();
|
||||
app.booted = true;
|
||||
achievements.unlock("boot");
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user