summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-11 15:01:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-11 17:07:49 +1000
commit393ce0586056836a48d9122157991d0800afb2f5 (patch)
treebaf2eb58c456388a0cd92fddfde7e53087d3b63a /pkg/config
parentcf78b86cb5eae4c502a747238aba983bf9eb298f (diff)
allow focusing on command log view
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 28c194574..c2790ce6d 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -36,6 +36,7 @@ type GuiConfig struct {
CommitLength CommitLengthConfig `yaml:"commitLength"`
SkipNoStagedFilesWarning bool `yaml:"skipNoStagedFilesWarning"`
ShowFileTree bool `yaml:"showFileTree"`
+ ShowCommandLog bool `yaml:"showCommandLog"`
}
type ThemeConfig struct {