Richter
Newbie
- Jul 12, 2017
- 62
- 86
- 244
To be able to see the scenes open main.f02ac3f4.chunk.js in resources\app\dist\static\js and change
var scene=JSON.parse(JSON.stringify(_scene));if(!scene.seen){return;}
to
var scene=JSON.parse(JSON.stringify(_scene));if(false){return;}
Mind you, this will not mark them as seen, only make it so the check when clicking a scene always treats it as being seen. This means they will still be blurry in the Scenes screen.
Also this doesn't work for the gallery, but I cba to invest more time to find that one
var scene=JSON.parse(JSON.stringify(_scene));if(!scene.seen){return;}
to
var scene=JSON.parse(JSON.stringify(_scene));if(false){return;}
Mind you, this will not mark them as seen, only make it so the check when clicking a scene always treats it as being seen. This means they will still be blurry in the Scenes screen.
Also this doesn't work for the gallery, but I cba to invest more time to find that one