feat(gallery): fix router back navigation from gallery and unlock achievements after visiting instead of before
This commit is contained in:
@@ -49,6 +49,7 @@ export const useAppStore = defineStore("app", {
|
||||
settings,
|
||||
previousScreen: "home" as AppScreen,
|
||||
screen: "home" as AppScreen,
|
||||
visitedGallery: false,
|
||||
camera: null as THREE.Camera | null,
|
||||
};
|
||||
},
|
||||
@@ -76,7 +77,7 @@ export const useAppStore = defineStore("app", {
|
||||
break;
|
||||
|
||||
case "gallery":
|
||||
achievements.unlock("gallery_visit");
|
||||
this.visitedGallery = true;
|
||||
break;
|
||||
|
||||
case "contact":
|
||||
|
||||
Reference in New Issue
Block a user