Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit b22bd36

Browse files
committed
fix: show terminal by default
1 parent 429cfcb commit b22bd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stores/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const useUiState = defineStore('ui', () => {
1010
panelEditor: 60,
1111
panelPreview: 40,
1212
panelFileTree: 0,
13-
showTerminal: false,
13+
showTerminal: true,
1414
}
1515
}
1616

0 commit comments

Comments
 (0)