Skip to content

Commit 812bc2c

Browse files
author
minjk-bl
committed
Default status of vp from open to close
1 parent 997d4f2 commit 812bc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/com/com_Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ define([], function() {
127127
vp_config_version: '1.0.0',
128128
vp_signature: 'VisualPython',
129129
vp_position: {},
130-
vp_section_display: true,
130+
vp_section_display: false,
131131
vp_note_display: true,
132132
vp_menu_width: Config.MENU_MIN_WIDTH,
133133
vp_note_width: Config.BOARD_MIN_WIDTH

0 commit comments

Comments
 (0)