Skip to content

Commit

Permalink
feat(fic tree): 修改榕林默认结构为目录组织图
Browse files Browse the repository at this point in the history
  • Loading branch information
GwokHiujin committed Jun 8, 2023
1 parent af4ee4b commit 969a50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/mindEditor/FicTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export default defineComponent({
foldAll()
}
const struct = mode === 5 ? 1 : defaultStruct
const struct = mode === 5 ? 2 : defaultStruct
setStructure(struct)
if (theme === 1) {
Expand Down

0 comments on commit 969a50a

Please sign in to comment.