1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-08 22:52:12 +02:00

feat(gui): show file icons

This commit is contained in:
Ryooooooga
2022-04-23 10:14:42 +09:00
parent 8b103b16bd
commit b07aeda5a6
5 changed files with 363 additions and 4 deletions

View File

@@ -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