summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo/stage_lines.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/demo/stage_lines.go')
-rw-r--r--pkg/integration/tests/demo/stage_lines.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/demo/stage_lines.go b/pkg/integration/tests/demo/stage_lines.go
index df29ce61d..4e8db4fd4 100644
--- a/pkg/integration/tests/demo/stage_lines.go
+++ b/pkg/integration/tests/demo/stage_lines.go
@@ -39,7 +39,7 @@ var StageLines = NewIntegrationTest(NewIntegrationTestArgs{
Skip: false,
IsDemo: true,
SetupConfig: func(config *config.AppConfig) {
- config.UserConfig.Gui.NerdFontsVersion = "3"
+ setDefaultDemoConfig(config)
config.UserConfig.Gui.ShowFileTree = false
config.UserConfig.Gui.ShowCommandLog = false
},