mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
Remove config, make default sort order descending
This commit is contained in:
committed by
Jesse Duffield
parent
472288c81b
commit
94b52af661
@@ -39,7 +39,7 @@ type GuiConfig struct {
|
||||
ShowRandomTip bool `yaml:"showRandomTip"`
|
||||
ShowCommandLog bool `yaml:"showCommandLog"`
|
||||
CommandLogSize int `yaml:"commandLogSize"`
|
||||
SortTagsDescending bool `yaml:"sortTagsDescending"`
|
||||
SortTagsAscending bool `yaml:"sortTagsAscending"`
|
||||
}
|
||||
|
||||
type ThemeConfig struct {
|
||||
@@ -308,7 +308,7 @@ func GetDefaultConfig() *UserConfig {
|
||||
ShowFileTree: false,
|
||||
ShowRandomTip: true,
|
||||
CommandLogSize: 8,
|
||||
SortTagsDescending: false,
|
||||
SortTagsAscending: false,
|
||||
},
|
||||
Git: GitConfig{
|
||||
Paging: PagingConfig{
|
||||
|
Reference in New Issue
Block a user