@@ -64,6 +64,9 @@ watch(currentScene, () => {
store.commit("functions/setShowScenesList", false);
}, 1500);
}
+ if (currentScene.value.type == 'pano') {
+ store.commit("functions/setShowScenesList", true);
+ }
})
useApp().then((app) => {