summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-03-21 10:07:38 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-03-30 21:57:00 +1100
commit6fc3c03c4b7ffb216c753ac62e609687cfe2bed9 (patch)
tree2cc577c1138c712b1aca10d054fed8dba95d9fc3 /pkg/config
parent46b79c7c61b718644e0d31f533c6e15a95475245 (diff)
allow configuring to show file tree on startup
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 c8093943e..73b19cc3b 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -35,6 +35,7 @@ type GuiConfig struct {
Theme ThemeConfig `yaml:"theme"`
CommitLength CommitLengthConfig `yaml:"commitLength"`
SkipNoStagedFilesWarning bool `yaml:"skipNoStagedFilesWarning"`
+ ShowFileTree bool `yaml:"showFileTree"`
}
type ThemeConfig struct {