feat: save camera location to localStorage

This commit is contained in:
2024-04-23 15:41:07 +02:00
parent 00776b92d3
commit 3af7ebb672
2 changed files with 42 additions and 5 deletions

View File

@ -58,6 +58,11 @@ export const AppSettingTypes = {
label: "Show Indices",
value: false,
},
showVertices: {
type: "boolean",
label: "Show Vertices",
value: false,
},
showStemLines: {
type: "boolean",
label: "Show Stem Lines",