summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-23 12:45:02 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-23 12:54:57 +1100
commit3eb124c732326d3680465c864fe6d0c1422d07bd (patch)
tree03c04194583aefecb807881f16e1ef4ac755b177 /pkg/gui/gui.go
parentef544e6ce961add2fcac4004ba6587b2de378e64 (diff)
easier hiding of command logv0.30
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 1349920e5..4212d3dcd 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -440,7 +440,7 @@ func NewGui(log *logrus.Entry, gitCommand *commands.GitCommand, oSCommand *oscom
RepoPathStack: []string{},
RepoStateMap: map[Repo]*guiState{},
CmdLog: []string{},
- ShowExtrasWindow: config.GetUserConfig().Gui.ShowCommandLog,
+ ShowExtrasWindow: config.ShowCommandLogOnStartup(),
suggestionsAsyncHandler: tasks.NewAsyncHandler(),
}