summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-04-23 10:14:42 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-04-23 12:25:40 +0900
commitb07aeda5a6d9b4990acf559ce0dc2639a7aca877 (patch)
tree90c658a96a2bc012ce9c93261cecbe420cafbc82 /pkg/gui/gui.go
parent8b103b16bd3a06d0e661e507832459fae7ec1198 (diff)
feat(gui): show file icons
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 23b8ae8ca..f8fc02982 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -479,6 +479,7 @@ func NewGui(
gui.c = helperCommon
authors.SetCustomAuthors(gui.UserConfig.Gui.AuthorColors)
+ presentation.SetShowFileIcon(gui.UserConfig.Gui.ShowIcons)
presentation.SetCustomBranches(gui.UserConfig.Gui.BranchColors)
return gui, nil