This commit is contained in:
space-nuko
2023-05-06 15:25:57 -05:00
parent 81618da303
commit faf22fccf4
4 changed files with 32 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ const store: WritableUIStateStore = writable(
graphLocked: false,
nodesLocked: false,
autoAddUI: true,
uiUnlocked: true,
uiUnlocked: false,
uiEditMode: "widgets"
})